# 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 = "dynec" version = "0.2.1" authors = ["SOFe "] description = "An opinionated ECS-like framework" homepage = "https://github.com/SOF3/dynec" documentation = "https://sof3.github.io/dynec/master/dynec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/dynec" [profile.bench] lto = true [lib] bench = false [[bench]] name = "create_entity" harness = false [[bench]] name = "delete_entity" harness = false [[bench]] name = "iter_entity_add" harness = false [dependencies.auto_enums] version = "0.8.1" [dependencies.bitvec] version = "1.0.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive-trait] version = "0.0.4" [dependencies.dynec-codegen] version = "0.2.1" [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.indexmap] version = "1.8.1" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.16" [dependencies.parking_lot] version = "0.12.0" features = [ "owning_ref", "arc_lock", "send_guard", ] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.strum] version = "0.24.0" optional = true [dependencies.xias] version = "0.3.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.strum] version = "0.24.0" [features] debug-entity-rc = [] default = ["debug-entity-rc"] internal-bench = [ "env_logger", "strum", "tuple-impl-8-zip", ] release-entity-rc = [] tuple-impl-16-init-fn = ["tuple-impl-8-init-fn"] tuple-impl-16-zip = ["tuple-impl-8-zip"] tuple-impl-24-init-fn = ["tuple-impl-16-init-fn"] tuple-impl-24-zip = ["tuple-impl-16-zip"] tuple-impl-32-init-fn = ["tuple-impl-24-init-fn"] tuple-impl-32-zip = ["tuple-impl-24-zip"] tuple-impl-8-init-fn = [] tuple-impl-8-zip = []