# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "structout" version = "0.6.0" authors = ["resolritter "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] description = "A proc-macro for generating structs from a common definition" homepage = "https://github.com/resolritter/structout" license = "BSD-3-Clause" repository = "https://github.com/resolritter/structout" [lib] path = "src/lib.rs" proc-macro = true [dependencies.linked_hash_set] version = "0.1.4" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.syn] version = "1.0.44" features = ["full", "parsing", "extra-traits", "visit"] [dev-dependencies.insta] version = "1.1.0" [dev-dependencies.path-clean] version = "0.1.0"