Cargo Features
[dependencies]
mtots = { version = "0.1.2", default-features = false, features = ["gamekit", "basekit"] }
- default = basekit, gamekit
-
These default features are set whenever
mtots
is added without
somewhere in the dependency tree.default-features = false - gamekit default = ggez, hound, image
- basekit default = rand, rand_chacha, regex, serde_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.
- serde_json basekit
- rand basekit
-
Enables rand ^0.7
- rand_chacha basekit
-
Enables rand_chacha ^0.2
- regex basekit
- ggez gamekit
-
Enables ggez ^0.5
- image gamekit
-
Enables image ^0.23
- hound gamekit