Cargo Features
[dependencies]
kagero = { version = "0.4.0", default-features = false, features = ["all", "cliutils", "printer", "runner", "orochi", "filesystem", "orochi-meta", "orochi-downloader", "fs-meta", "fs-database", "fs-package"] }
- default = all
-
Default
Required by the binary
- all default = cliutils, filesystem, orochi, printer, runner
-
All
- cliutils all
-
Categories
Affects
kagero::cliutils
… - printer all
-
Affects
kagero::printer
… - runner all
-
Affects
kagero::runner
… - orochi all = orochi-downloader, orochi-meta
- filesystem all = fs-database, fs-meta, fs-package
- orochi-meta orochi? orochi-downloader? = serde, serde_json
-
Core Features
Affects
orochi::meta
… - orochi-downloader orochi? = orochi-meta, reqwest, rustls-native-certs, suppaftp, uuid
-
Affects
orochi::downloader
… - fs-meta filesystem?
-
Affects
filesystem::meta
… - fs-database filesystem?
-
Affects
filesystem::database
… - fs-package filesystem?
-
Affects
filesystem::package
…
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.