Cargo Features
rustyrs has no features set by default.
[dependencies]
rustyrs = { version = "0.5.3", features = ["wasm", "python", "cli"] }
- wasm = getrandom, wasm-bindgen
- python = pyo3
- cli = clap
-
Required by the binary
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.
- wasm-bindgen wasm?
- getrandom wasm?
-
Enables getrandom ^0.2
- pyo3 python?
-
Enables pyo3 ^0.22.5
- clap cli?