# 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" version = "0.3.0" authors = [ "Kindred Group", "Emil Koutanov", ] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "A library for interactive discrete-event simulation." readme = "README.md" keywords = [ "des", "simulation", "discrete-event", ] license = "MIT" repository = "https://github.com/kindredgroup/sequent" resolver = "1" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_yaml] version = "0.9.13" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.flanker-assert-str] version = "0.5.0" [dev-dependencies.flanker-temp] version = "0.5.0"