Cargo Features

concordium-rust-sdk has no features set by default.

[dependencies]
concordium-rust-sdk = { version = "4.3.0", features = ["postgres", "generate-protos"] }
postgres = tokio-postgres

Affects concordium-rust-sdk::postgres

generate-protos = git2, tonic-build

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.

tokio-postgres postgres?
tonic-build build generate-protos?

Enables tonic-build ^0.10

git2 build generate-protos?