# 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 = "simcore" version = "0.1.0" include = [ "/src", "/tests", "/examples", "LICENSE*", "changelog.md", ] description = "A generic discrete-event simulation framework" homepage = "https://github.com/systems-group/simcore" readme = "readme.md" keywords = [ "simulation", "discrete-event", "framework", "distributed-systems", "async", ] categories = [ "simulation", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/systems-group/simcore" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release-debug] debug = 2 inherits = "release" [profile.release-optimized] lto = "fat" codegen-units = 1 inherits = "release" [[example]] name = "intro-async" required-features = ["async_mode"] [dependencies.colored] version = "2" [dependencies.downcast-rs] version = "1.2" [dependencies.dyn-clone] version = "1" [dependencies.erased-serde] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_pcg] version = "0.3" [dependencies.rustc-hash] version = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_type_name] version = "0.2" [dev-dependencies.env_logger] version = "0.11" [features] async_mode = []