# 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] name = "bevy_erm_derive" version = "0.0.1" description = "A entity relational mapper derive macros" readme = "README.md" keywords = [ "ecs", "bevy", "orm", ] license = "Apache-2.0" repository = "https://github.com/dimpdash/bevy_erm" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] proc-macro = true [dependencies.async-trait] version = "0.1.78" [dependencies.bevy_erm_core] version = "0.0.1" [dependencies.casey] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.sqlx] version = "0.7.3" features = [ "sqlite", "runtime-tokio", ] [dependencies.syn] version = "2.0.50"