# 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 = "substruct" version = "0.1.1" authors = ["Sean Lynch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A proc-macro to create subsets of structs" documentation = "https://docs.rs/substruct" readme = "README.md" keywords = [ "struct", "sub-struct", "no-std", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/swlynch99/substruct" [lib] name = "substruct" path = "src/lib.rs" proc-macro = true [[test]] name = "it" path = "tests/it.rs" [[test]] name = "trybuild" path = "tests/trybuild.rs" [dependencies.heck] version = "0.5.0" [dependencies.indexmap] version = "2.2.6" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.39" features = ["parsing"] [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.trybuild] version = "1.0.96"