Cargo Features

[dependencies]
ankurah-proto = { version = "0.4.2", default-features = false, features = ["postgres", "wasm"] }
default = wasm

The wasm feature is set by default whenever ankurah-proto is added without default-features = false somewhere in the dependency tree.

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