# 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 = "bevy_erm_core" version = "0.0.1" description = "A entity relational mapper" readme = "README.md" keywords = [ "ecs", "bevy", "orm", ] license = "Apache-2.0" repository = "https://github.com/dimpdash/bevy_erm" [dependencies.async-trait] version = "0.1.77" [dependencies.bevy_ecs] version = "0.12.1" [dependencies.bevy_ecs_macros] version = "0.12.1" [dependencies.bevy_mod_index] version = "0.3.0" [dependencies.bevy_reflect] version = "0.12.1" [dependencies.bevy_utils] version = "0.12.1" [dependencies.casey] version = "0.4.0" [dependencies.futures] version = "0.3.30" [dependencies.generational-arena] version = "0.2.9" [dependencies.sqlx] version = "0.7.3" features = [ "sqlite", "runtime-tokio", ] [dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.prettytable-rs] version = "0.10.0"