# 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 = "dynamecs-app" version = "0.0.10" authors = ["Andreas Longva"] publish = true description = "An opinionated ECS-like architecture for time-dependent simulations" license = "MIT" resolver = "1" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.dynamecs] version = "0.0.4" [dependencies.eyre] version = "0.6.5" [dependencies.flate2] version = "1.0" [dependencies.json5] version = "0.4.1" [dependencies.serde] version = "1.0.127" [dependencies.serde_ignored] version = "0.1.7" [dependencies.serde_json] version = "1.0.66" [dependencies.snap] version = "1.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["json"]