Cargo Features

[dependencies]
gsim = { version = "1.1.1", 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 default-features = false somewhere in the dependency tree.

yosys-import default = serde

Enables indexmap and serde_json

Affects import::yosys

dot-export default
tracing default

Enables chrono and cow-utils

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.

serde yosys-import