Cargo Features

Coord has no features set by default.

[dependencies]
coord = { version = "0.11.1", features = ["large_defaults", "serialize"] }
large_defaults

Affects coord::defaults

serialize = serde, serde_derive

Affects vec1::Vec1, vec2::Vec2, vec3::Vec3, vec4::Vec4

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde serialize?
serde_derive serialize?