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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "derivative"
15version = "2.2.0"
16authors = ["mcarton <cartonmartin+git@gmail.com>"]
17description = "A set of alternative `derive` attributes for Rust"
18documentation = "https://mcarton.github.io/rust-derivative/"
19readme = "README.md"
20keywords = ["derive", "macro", "macro1-1", "plugin"]
21categories = ["rust-patterns"]
22license = "MIT/Apache-2.0"
23repository = "https://github.com/mcarton/rust-derivative"
24
25[lib]
26proc-macro = true
27[dependencies.proc-macro2]
28version = "1.0"
29
30[dependencies.quote]
31version = "1.0"
32
33[dependencies.syn]
34version = "1.0.3"
35features = ["visit", "extra-traits"]
36[dev-dependencies.trybuild]
37version = "1.0.18, <1.0.23"
38
39[features]
40use_core = []
41