# 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" rust-version = "1.65" name = "hecs" version = "0.10.5" authors = ["Benjamin Saunders "] description = "A fast, minimal, and ergonomic entity-component-system library" readme = "README.md" keywords = [ "ecs", "entity", ] categories = [ "data-structures", "game-engines", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ralith/hecs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] debug = 2 [[bench]] name = "bench" harness = false required-features = ["macros"] [dependencies.hashbrown] version = "0.14" features = [ "ahash", "inline-more", ] default-features = false [dependencies.hecs-macros] version = "0.10.0" optional = true [dependencies.serde] version = "1.0.117" optional = true default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", "lazy", ] default-features = false [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.serde] version = "1.0.117" features = ["derive"] [dev-dependencies.serde_test] version = "1.0.117" [dev-dependencies.trybuild] version = "1.0.23" [features] column-serialize = ["serde"] default = ["std"] macros = ["hecs-macros"] row-serialize = ["serde"] std = [] [badges.maintenance] status = "actively-developed"