Cargo Features
[dependencies]
ankurah-proto = { version = "0.4.2", default-features = false, features = ["postgres", "wasm"] }
- default = wasm
-
The
wasm
feature is set by default wheneverankurah-proto
is added without
somewhere in the dependency tree.default-features = false - postgres
-
Enables fallible-iterator ^0.2, postgres-protocol, and postgres-types
fallible-iterator:
has to be 0.2 to match postgres-protocol
Affects
ankurah-proto::postgres
… - wasm default
-
Enables js-sys and wasm-bindgen
Affects
ankurah-proto::wasm
…