Cargo Features
[dependencies]
proj4rs = { version = "0.1.5", default-features = false, features = ["multi-thread", "geo-types", "logging", "proj4js-compat", "with-wasm-entrypoint", "crs-definitions"] }
- default = multi-thread
-
The
multi-thread
feature is set by default wheneverproj4rs
is added without
somewhere in the dependency tree.default-features = false - multi-thread default = lazy_static
-
Affects
catlg::catalog
… - geo-types
-
Enables geo-types
Affects
adaptors::geo_types
… - logging = log
- local_tests wasm-strict proj4js-compat
- with-wasm-entrypoint
-
Affects
wasm::main
…
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.
- crs-definitions implicit feature
-
Enables crs-definitions
crs-definitions:
CRS (coordinate reference system) definitions
- lazy_static multi-thread
- log logging?