Cargo Features

[dependencies]
proj4rs = { version = "0.1.2", default-features = false, features = ["multi-thread", "geo-types", "logging", "proj4js-compat", "crs-definitions"] }
default = multi-thread

The multi-thread feature is set by default whenever proj4rs is added without default-features = false somewhere in the dependency tree.

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

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?