# 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 = "unrust-inbuilt" version = "0.1.6" description = "Inbuilt types common between unity and bevy used by unrust." license = "MIT" [lib] path = "inbuilt.rs" [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.11.0" features = [ "multi-threaded", "trace", "bevy_asset", "filesystem_watcher", ] default-features = false [dependencies.genco] version = "0.17.5" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.unrust-proc-macro] version = "0.1.6" [build-dependencies.anyhow] version = "1" [build-dependencies.genco] version = "0.17.5" [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1" [build-dependencies.syn] version = "2.0" features = ["full"]