no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / num-derive / Cargo.toml
blob6ff605a52ffcc46de9c8df56b66e12ca3e174128
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2021"
14 rust-version = "1.56.0"
15 name = "num-derive"
16 version = "0.4.0"
17 authors = ["The Rust Project Developers"]
18 exclude = [
19     "/bors.toml",
20     "/ci/*",
21     "/.github/*",
23 description = "Numeric syntax extensions"
24 homepage = "https://github.com/rust-num/num-derive"
25 documentation = "https://docs.rs/num-derive"
26 readme = "README.md"
27 keywords = [
28     "mathematics",
29     "numerics",
31 categories = ["science"]
32 license = "MIT OR Apache-2.0"
33 repository = "https://github.com/rust-num/num-derive"
35 [lib]
36 name = "num_derive"
37 test = false
38 proc-macro = true
40 [[test]]
41 name = "newtype-2015"
42 edition = "2015"
44 [[test]]
45 name = "newtype-2018"
46 edition = "2018"
48 [[test]]
49 name = "trivial-2015"
50 edition = "2015"
52 [[test]]
53 name = "trivial-2018"
54 edition = "2018"
56 [dependencies.proc-macro2]
57 version = "1"
59 [dependencies.quote]
60 version = "1"
62 [dependencies.syn]
63 version = "2.0.5"
65 [dev-dependencies.num]
66 version = "0.4"
68 [dev-dependencies.num-traits]
69 version = "0.2"