# 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" rust-version = "1.65" name = "mirror-mirror" version = "0.1.20" authors = [ "Embark ", "David Pedersen ", ] description = "Reflection library for Rust" homepage = "https://github.com/EmbarkStudios/mirror-mirror" readme = "README.md" keywords = ["reflection"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/mirror-mirror" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ahash] version = "0.8.2" default-features = false [dependencies.glam] version = ">= 0.22, <= 0.25" optional = true [dependencies.macaw] version = "0.19" optional = true [dependencies.mirror-mirror-macros] version = "0.1.4" [dependencies.once_cell] version = "1.16" features = [ "alloc", "race", "critical-section", ] default-features = false [dependencies.serde] version = "1.0.158" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.speedy] version = "0.8.5" optional = true [dependencies.syn] version = "2.0" features = [ "full", "parsing", ] optional = true [dependencies.tiny-ordered-float] version = "0.4" default-features = false [features] default = [ "speedy", "serde", "std", ] glam = ["dep:glam"] macaw = ["dep:macaw"] serde = ["dep:serde"] speedy = [ "std", "dep:speedy", ] std = ["dep:syn"]