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] 14edition = "2018" 15name = "num-derive" 16version = "0.3.3" 17authors = ["The Rust Project Developers"] 18exclude = ["/bors.toml", "/ci/*", "/.github/*"] 19description = "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"] 25license = "MIT OR Apache-2.0" 26repository = "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] 49version = "0.3" 50 51[dev-dependencies.num-traits] 52version = "0.2" 53 54[features] 55full-syntax = ["syn/full"] 56