Cargo Features
[dependencies]
geodesy = { version = "0.13.0", default-features = false, features = ["js", "binary", "with_plain"] }
- default = binary, with_plain
-
These default features are set whenever
geodesy
is added without
somewhere in the dependency tree.default-features = false - js
-
Library functionality
- binary default = anyhow, clap, clap-verbosity-flag, dirs, env_logger
-
Required by the kp binary
- with_plain default = dirs
-
Affects
context::plain
…
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.
- clap binary
-
Enables clap
Command line program helpers
- clap-verbosity-flag binary
-
Enables clap-verbosity-flag ^2.2.0
- anyhow binary
-
Enables anyhow
Needed for building doc-tests
- dirs binary with_plain
-
Enables dirs
CLI + plain
- env_logger binary