# 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 = "freecs" version = "0.2.27" authors = ["Matthew Berger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A high-performance, archetype-based Entity Component System (ECS) written in Rust. """ homepage = "https://github.com/matthewjberger/freecs" readme = "README.md" keywords = ["macro"] license = "MIT" repository = "https://github.com/matthewjberger/freecs" [lib] name = "freecs" path = "src/lib.rs" doctest = false [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "asteroids" path = "examples/asteroids.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "boids" path = "examples/boids.rs" [[example]] name = "cubes" path = "examples/cubes.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.macroquad] version = "0.4.13" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde] version = "1.0.214" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.132"