Cargo Features
tink-proto has no features set by default.
[dependencies]
tink-proto = { version = "0.2.5", features = ["json"] }
- json = base64, serde
-
The
json
feature enables methods for JSON-serializing keysets with text enum values.Affects
tink-proto::json
…
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.
- base64 json?
-
Enables base64 ^0.13
- serde json?