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