1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "synstructure" 15version = "0.12.6" 16authors = ["Nika Layzell <[email protected]>"] 17include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] 18description = "Helper methods and macros for custom derives" 19documentation = "https://docs.rs/synstructure" 20readme = "README.md" 21keywords = ["syn", "macros", "derive", "expand_substructure", "enum"] 22license = "MIT" 23repository = "https://github.com/mystor/synstructure" 24[dependencies.proc-macro2] 25version = "1" 26default-features = false 27 28[dependencies.quote] 29version = "1" 30default-features = false 31 32[dependencies.syn] 33version = "1" 34features = ["derive", "parsing", "printing", "clone-impls", "visit", "extra-traits"] 35default-features = false 36 37[dependencies.unicode-xid] 38version = "0.2" 39[dev-dependencies.synstructure_test_traits] 40version = "0.1" 41 42[features] 43default = ["proc-macro"] 44proc-macro = ["proc-macro2/proc-macro", "syn/proc-macro", "quote/proc-macro"] 45