Cargo Features

[dependencies]
proj4rs = { version = "0.1.10", default-features = false, features = ["binaries", "multi-thread", "geo-types", "logging", "proj4js-compat", "with-wasm-entrypoint", "aeqd", "krovak", "esri", "crs-definitions"] }
default = binaries, multi-thread

These default features are set whenever proj4rs is added without default-features = false somewhere in the dependency tree.

binaries default

Required by the nadinfos binary

multi-thread default

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

aeqd = proj4rs-geodesic

Affects projections::aeqd

krovak

Affects projections::krovak

esri

Affects projections::cea, projections::mill

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
log logging?
proj4rs-geodesic aeqd?