# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "logicsim" version = "0.1.7" authors = ["raycar5 "] description = "composable, modular, digital logic simulation" readme = "README.md" keywords = ["digital", "logic", "simulator", "gates", "emulator"] categories = ["simulation", "embedded"] license = "MIT" repository = "https://github.com/raycar5/logicsim" [profile.release] debug = true [dependencies.casey] version = "0.3.3" [dependencies.concat-idents] version = "1.0.0" [dependencies.indexmap] version = "1.6.0" [dependencies.num-integer] version = "0.1.44" [dependencies.petgraph] version = "0.5.1" [dependencies.smallvec] version = "1.5.0" [dependencies.unwrap] version = "1.2.1" [dev-dependencies.auto_from] version = "0.3.0" [dev-dependencies.ctrlc] version = "3.1.7" [dev-dependencies.num_enum] version = "0.5.1" [dev-dependencies.strum] version = "0.20.0" [dev-dependencies.strum_macros] version = "0.20.1" [features] debug_gates = [] default = ["debug_gates"] logicsim_unstable = []