Cargo Features
[dependencies]
proj = { version = "0.27.2", 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 ^0.23.1
- pkg_config
-
Enables pkg_config of proj-sys ^0.23.1
proj-sys:
pkg_config
feature is deprecated and does nothing - network = reqwest
-
Enables network of proj-sys ^0.23.1
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.
- geo-types default
- reqwest network?
-
Enables reqwest ^0.11.9