summaryrefslogtreecommitdiffstats
path: root/vendor/darling-0.14.4/Cargo.toml
blob: a5a068788e8f4c84656b8e40739964dc947e483c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "darling"
version = "0.14.4"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
exclude = [
    "/.travis.yml",
    "/publish.sh",
    "/.github/**",
]
description = """
A proc-macro library for reading attributes into structs when
implementing custom derives.
"""
documentation = "https://docs.rs/darling/0.14.4"
readme = "README.md"
license = "MIT"
repository = "https://github.com/TedDriggs/darling"

[dependencies.darling_core]
version = "=0.14.4"

[dependencies.darling_macro]
version = "=0.14.4"

[dev-dependencies.proc-macro2]
version = "1.0.37"

[dev-dependencies.quote]
version = "1.0.18"

[dev-dependencies.syn]
version = "1.0.91"

[features]
default = ["suggestions"]
diagnostics = ["darling_core/diagnostics"]
suggestions = ["darling_core/suggestions"]

[target."cfg(compiletests)".dev-dependencies.rustversion]
version = "1.0.9"

[target."cfg(compiletests)".dev-dependencies.trybuild]
version = "1.0.38"

[badges.maintenance]
status = "actively-developed"