blob: 90c5d27238d5c56cf64954f84d423c588e11cd65 [file] [log] [blame]
Joel Galenson75ab7e12020-08-05 11:50:19 -07001# 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]
14edition = "2018"
15name = "num-derive"
Haibo Huangb858c522020-10-29 19:19:04 -070016version = "0.3.3"
Joel Galenson75ab7e12020-08-05 11:50:19 -070017authors = ["The Rust Project Developers"]
Haibo Huang71920952020-08-05 20:26:55 -070018exclude = ["/bors.toml", "/ci/*", "/.github/*"]
Joel Galenson75ab7e12020-08-05 11:50:19 -070019description = "Numeric syntax extensions"
20homepage = "https://github.com/rust-num/num-derive"
21documentation = "https://docs.rs/num-derive"
22readme = "README.md"
23keywords = ["mathematics", "numerics"]
24categories = ["science"]
Haibo Huangb858c522020-10-29 19:19:04 -070025license = "MIT OR Apache-2.0"
Joel Galenson75ab7e12020-08-05 11:50:19 -070026repository = "https://github.com/rust-num/num-derive"
27
28[lib]
29name = "num_derive"
30test = false
31proc-macro = true
32
33[[test]]
34name = "newtype-2015"
35edition = "2015"
36
37[[test]]
38name = "trivial-2015"
39edition = "2015"
40[dependencies.proc-macro2]
41version = "1"
42
43[dependencies.quote]
44version = "1"
45
46[dependencies.syn]
47version = "1"
48[dev-dependencies.num]
Haibo Huang71920952020-08-05 20:26:55 -070049version = "0.3"
Joel Galenson75ab7e12020-08-05 11:50:19 -070050
51[dev-dependencies.num-traits]
52version = "0.2"
53
54[features]
55full-syntax = ["syn/full"]