Cargo Features
ZNG_TP_LICENSES has no features set by default.
[dependencies]
zng-tp-licenses = { version = "0.2.8", features = ["build", "bundle"] }
- build
-
Include helpers for collecting third-party licenses.
Enables bincode, deflate, and serde_json
Affects
zng-tp-licenses::collect_cargo_about
,zng-tp-licenses::parse_cargo_about
,zng-tp-licenses::encode_licenses
,zng-tp-licenses::write_bundle
… - bundle
-
Include helpers for deserializing
build
encoded licenses.Affects
zng-tp-licenses::decode_licenses
…