# 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.68" name = "flecs" version = "0.1.5" description = "Rust bindings for the Flecs Entity Component System" homepage = "https://www.flecs.dev" readme = "README.md" license = "MIT" repository = "https://github.com/jazzay/flecs-rs" [profile.release] [[example]] name = "entity_basics" path = "examples/entity/basics.rs" test = true [[example]] name = "entity_hierarchy" path = "examples/entity/hierarchy.rs" test = true [[example]] name = "entity_iterate_components" path = "examples/entity/iterate_components.rs" test = true [[example]] name = "prefabs" path = "examples/entity/prefabs.rs" test = true [[example]] name = "relations" path = "examples/entity/relations.rs" test = true [[example]] name = "dynamic_components" test = true [[example]] name = "hello_world" test = true [[example]] name = "filters" test = true [[example]] name = "queries_basics" path = "examples/queries/basics.rs" test = true [[example]] name = "systems" test = true [[example]] name = "systems_basics" path = "examples/systems/basics.rs" test = true [[example]] name = "systems_delta_time" path = "examples/systems/delta_time.rs" test = true [[bench]] name = "ecs_compare" path = "benches/ecs_compare.rs" harness = false [dependencies.flecs-sys] version = "0.1.5" [dependencies.once_cell] version = "1.18" [dev-dependencies.bevy_ecs] version = "0.11.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.flax] version = "0.5.0" [dev-dependencies.hecs] version = "0.10.3" [features] export_bindings = ["flecs-sys/export_bindings"]