# 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" name = "sequent-repl" version = "0.3.0" authors = [ "Kindred Group", "Emil Koutanov", ] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "An adapter for using Sequent with Revolver." readme = "README.md" keywords = [ "des", "simulation", "discrete-event", "repl", "cli", ] license = "MIT" repository = "https://github.com/kindredgroup/sequent" resolver = "1" [dependencies.revolver] version = "0.2.0" [dependencies.sequent] version = "0.3.0" package = "sequent" [dependencies.serde] version = "1.0.144" [dependencies.stanza] version = "0.3.0" [dev-dependencies.flanker-temp] version = "0.5.0" [dev-dependencies.thiserror] version = "1.0.37"