# 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 = "total-space" version = "0.1.1" authors = ["Oren Ben-Kiki "] description = "Explore the total space of states of communicating finite state machines." readme = "README.md" keywords = ["validation"] categories = ["algorithms", "visualization"] license = "GPL-3.0" repository = "https://github.com/orenbenkiki/total-space" [dependencies.clap] version = "^2.33.0" [dependencies.hashbrown] version = "^0.11.2" [dependencies.lazy_static] version = "^1.4.0" [dependencies.num-traits] version = "^0.2.8" [dependencies.num_cpus] version = "^1.0.0" [dependencies.string_cache] version = "^0.8.1" [dependencies.strum] version = "^0.20.0" features = ["derive"] [dependencies.strum_macros] version = "^0.20.0" [dev-dependencies.escargot] version = "^0.5.2"