# 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 = "superstruct" version = "0.8.0" description = "Versioned data types with minimal boilerplate" documentation = "https://sigp.github.io/superstruct/" readme = "README.md" keywords = [ "schema", "subtype", "compatibility", "macro", ] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/sigp/superstruct" [lib] name = "superstruct" proc-macro = true [dependencies.darling] version = "0.13.0" [dependencies.itertools] version = "0.10.1" [dependencies.proc-macro2] version = "1.0.32" [dependencies.quote] version = "1.0.10" [dependencies.smallvec] version = "1.8.0" [dependencies.syn] version = "1.0.82" [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.72"