# 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 = "reflect-steroids" version = "0.2.0" authors = ["Simon Ask Ulsnes "] description = "Extensions for bevy_reflect enabling reflection through arbitrary trait objects" homepage = "https://docs.rs/reflect-steroids/latest/reflect_steroids" readme = "README.md" keywords = [ "bevy", "reflection", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simonask/reflect-steroids" resolver = "2" [dependencies.bevy_reflect] version = "0.8.0" [dependencies.inventory] version = "0.3.1" optional = true [dependencies.scoped-tls] version = "1.0.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [dev-dependencies.serde_json] version = "1.0.83" [features] default = ["inventory"]