Cargo Features
[dependencies]
tileset = { version = "0.1.3", default-features = false, features = ["serde", "rc-zip"] }
- default = serde
-
The
serde
feature is set by default whenevertileset
is added without
somewhere in the dependency tree.default-features = false - serde default = serde_json
-
Enables serde
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.
- serde_json serde
- rc-zip implicit feature
-
Enables rc-zip ^2.0.1
rc-zip:
An I/O-agnostic implementation of the zip file format