Revision control
Copy as Markdown
Other Tools
[package]
name = "darling_core"
version = "0.20.10"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
description = """
Helper crate for proc-macro library for reading attributes into structs when
"""
license = "MIT"
edition = "2021"
rust-version = "1.56"
[features]
diagnostics = []
suggestions = ["strsim"]
[dependencies]
ident_case = "1.0.1"
proc-macro2 = "1.0.37"
quote = "1.0.18"
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
fnv = "1.0.7"
strsim = { version = "0.11.1", optional = true }