# 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 = "tnaps" version = "0.1.0" authors = ["Robert Escriva "] description = "tnaps provides an entity-component-system framework in Rust." readme = "README.md" license = "Apache-2.0" [profile.release] opt-level = 3 lto = true debug = 2 panic = "abort" [[bench]] name = "apply" harness = false [[bench]] name = "entity_map" harness = false [[bench]] name = "system" harness = false [[bench]] name = "system_parallel" harness = false [dependencies] [dev-dependencies.arrrg] version = "0.3" [dev-dependencies.guacamole] version = "0.6" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.statslicer] version = "0.1"