# 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 = "rebound" version = "0.4.4" authors = ["Rune Tynan "] description = "Full runtime reflection for Rust, with lifetime safety" documentation = "https://docs.rs/rebound" readme = "README.md" keywords = [ "reflection", "reflect", "no_std", ] categories = ["memory-management"] license = "MIT/Apache-2.0" repository = "https://github.com/CraftSpider/rebound" [dependencies.craft-eraser] version = "0.3.0" [dependencies.hashbrown] version = "0.12" [dependencies.impl-trait-for-tuples] version = "0.2" [dependencies.once_cell] version = "1.8" [dependencies.paste] version = "1.0" [dependencies.rebound-proc] version = "0.4.0" [dev-dependencies.trybuild] version = "^1.0" [features] all-crates = [ "core", "alloc", "std", ] all-features = ["never-type"] alloc = ["core"] core = [] default = [ "core", "alloc", "std", ] never-type = [] std = [ "core", "alloc", ]