Cargo Features

serde-version has no features set by default.

[dependencies]
serde-version = { version = "0.5.1", features = ["derive", "toml-support", "ron"] }
derive = serde_version_derive
toml-support = toml

Affects serde-version::toml

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.

serde_version_derive derive?
toml toml-support?

Enables toml ^0.5.0

ron implicit feature

Enables ron ^0.5.0

ron:

Rusty Object Notation