Cargo Features

atm-refraction has no features set by default.

[dependencies]
atm-refraction = { version = "0.6.0", features = ["serialization"] }
default

These default features are set whenever atm-refraction is added without default-features = false somewhere in the dependency tree.

Enables regexp of nom ^4.1

serialization = serde, serde_derive

Enables serialization of cubic-splines

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 serialization?
serde_derive serialization?