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 = "2021" 14rust-version = "1.56" 15name = "darling" 16version = "0.20.10" 17authors = ["Ted Driggs <[email protected]>"] 18exclude = [ 19 "/.travis.yml", 20 "/publish.sh", 21 "/.github/**", 22] 23description = """ 24A proc-macro library for reading attributes into structs when 25implementing custom derives. 26""" 27documentation = "https://docs.rs/darling/0.20.10" 28readme = "README.md" 29license = "MIT" 30repository = "https://github.com/TedDriggs/darling" 31 32[dependencies.darling_core] 33version = "=0.20.10" 34 35[dependencies.darling_macro] 36version = "=0.20.10" 37 38[dev-dependencies.proc-macro2] 39version = "1.0.37" 40 41[dev-dependencies.quote] 42version = "1.0.18" 43 44[dev-dependencies.syn] 45version = "2.0.15" 46 47[features] 48default = ["suggestions"] 49diagnostics = ["darling_core/diagnostics"] 50suggestions = ["darling_core/suggestions"] 51 52[target."cfg(compiletests)".dev-dependencies.rustversion] 53version = "1.0.9" 54 55[target."cfg(compiletests)".dev-dependencies.trybuild] 56version = "1.0.38" 57 58[badges.maintenance] 59status = "actively-developed" 60