# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "gsim" version = "1.1.4" authors = ["Mathis Rech"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High speed digital logic simulation" readme = "README_CRATES_IO.md" license = "MIT" repository = "https://github.com/Artentus/gsim" [lib] name = "gsim" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bench]] name = "sim" path = "benches/sim.rs" harness = false [dependencies.ahash] version = "0.8.11" features = ["serde"] [dependencies.bounded-integer] version = "0.5" features = ["types"] [dependencies.chrono] version = "0.4.37" optional = true [dependencies.cow-utils] version = "0.1.3" optional = true [dependencies.indexmap] version = "2.2.6" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.num-bigint] version = "0.4.4" optional = true [dependencies.pyo3] version = "0.19.2" features = [ "auto-initialize", "extension-module", "multiple-pymethods", "num-bigint", ] optional = true [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallvec] version = "1.13" features = [ "serde", "union", "const_generics", "const_new", ] [dependencies.static_assertions] version = "1.1" [dependencies.sync-unsafe-cell] version = "0.1.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] c-api = [] default = [ "yosys-import", "dot-export", "tracing", ] dot-export = [] python-bindings = [ "dep:pyo3", "dep:num-bigint", ] tracing = [ "dep:chrono", "dep:cow-utils", ] yosys-import = [ "serde", "dep:serde_json", "dep:indexmap", ]