# 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" version = "0.1.6" description = "The rust side of the unity package to work with rust + bevy in unity!" homepage = "https://github.com/gamedolphin/unrust" license = "MIT" repository = "https://github.com/gamedolphin/unrust" [lib] path = "unrust.rs" [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.11.0" features = [ "multi-threaded", "trace", "bevy_asset", "filesystem_watcher", ] default-features = false [dependencies.codegen] version = "0.1.6" package = "unrust-codegen" [dependencies.inbuilt] version = "0.1.6" package = "unrust-inbuilt" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.unrust-proc-macro] version = "0.1.6" [build-dependencies.anyhow] version = "1" [build-dependencies.inbuilt] version = "0.1.6" package = "unrust-inbuilt"