# 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" version = "0.0.4" authors = ["Andreas Longva"] publish = true description = "An opinionated ECS-like architecture for time-dependent simulations" license = "MIT" resolver = "1" [dependencies.erased-serde] version = "0.3" [dependencies.eyre] version = "0.6.5" [dependencies.once_cell] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.cool_asserts] version = "1.1.1" [dev-dependencies.serde_json] version = "1.0"