Cargo Features
[dependencies]
proj = { version = "0.28.0", default-features = false, features = ["bundled_proj", "pkg_config", "network", "geo-types"] }
- default = geo-types
-
The
geo-types
feature is set by default wheneverproj
is added without
somewhere in the dependency tree.default-features = false - bundled_proj
-
Enables bundled_proj of proj-sys
- pkg_config
-
Enables pkg_config of proj-sys
proj-sys:
pkg_config
feature is deprecated and does nothing - network = ureq
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.