# 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 = "xreflect" version = "0.1.0" authors = ["hydrogenmacro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Basic macros for dynamic reflection of structs/enums" readme = "README.md" keywords = [ "reflect", "reflection", "dynamic", ] license = "MIT" repository = "https://github.com/HydrogenMacro/xreflect" [lib] name = "xreflect" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[test]] name = "basic_derive" path = "tests/basic_derive.rs" [[test]] name = "demo" path = "tests/demo.rs" [[test]] name = "manual_enum" path = "tests/manual_enum.rs" [[test]] name = "manual_generic_struct" path = "tests/manual_generic_struct.rs" [dependencies.xreflect-core] version = "0.1.0" [dependencies.xreflect-proc-macro] version = "0.1.0"