Cargo Features
[dependencies]
gsim = { version = "1.1.4", default-features = false, features = ["yosys-import", "dot-export", "tracing", "c-api", "python-bindings"] }
- default = dot-export, tracing, yosys-import
-
These default features are set whenever
gsim
is added without
somewhere in the dependency tree.default-features = false - yosys-import default = serde
-
Enables indexmap and serde_json
Affects
import::yosys
… - dot-export default
- tracing default
- c-api
- python-bindings
-
Enables num-bigint and pyo3 ^0.19.2
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.