# 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 = "nest_struct" version = "0.5.2" authors = ["ZibanPirate "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nest struct and enum definitions with minimal syntax changes" readme = "README.md" keywords = [ "nest", "struct", "enum", "macro", ] categories = [ "data-structures", "development-tools", "rust-patterns", "web-programming", ] license = "MIT" repository = "https://github.com/ZibanPirate/nest_struct" [lib] name = "nest_struct" path = "src/lib.rs" proc-macro = true [[test]] name = "playground" path = "tests/playground.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dev-dependencies.macrotest] version = "1" [dev-dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dev-dependencies.serde] version = "1.0.214" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.132"