68 lines
2.1 KiB
TOML
68 lines
2.1 KiB
TOML
# 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "num"
|
|
version = "0.4.0"
|
|
authors = ["The Rust Project Developers"]
|
|
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
|
|
description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
|
|
homepage = "https://github.com/rust-num/num"
|
|
documentation = "https://docs.rs/num"
|
|
readme = "README.md"
|
|
keywords = ["mathematics", "numerics", "bignum"]
|
|
categories = ["algorithms", "data-structures", "science", "no-std"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-num/num"
|
|
[package.metadata.docs.rs]
|
|
features = ["std", "serde", "rand"]
|
|
[dependencies.num-bigint]
|
|
version = "0.4.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.num-complex]
|
|
version = "0.4.0"
|
|
default-features = false
|
|
|
|
[dependencies.num-integer]
|
|
version = "0.1.44"
|
|
features = ["i128"]
|
|
default-features = false
|
|
|
|
[dependencies.num-iter]
|
|
version = "0.1.42"
|
|
features = ["i128"]
|
|
default-features = false
|
|
|
|
[dependencies.num-rational]
|
|
version = "0.4.0"
|
|
default-features = false
|
|
|
|
[dependencies.num-traits]
|
|
version = "0.2.14"
|
|
features = ["i128"]
|
|
default-features = false
|
|
|
|
[dev-dependencies]
|
|
|
|
[features]
|
|
alloc = ["num-bigint", "num-rational/num-bigint"]
|
|
default = ["std"]
|
|
libm = ["num-complex/libm", "num-traits/libm"]
|
|
rand = ["num-bigint/rand", "num-complex/rand"]
|
|
serde = ["num-bigint/serde", "num-complex/serde", "num-rational/serde"]
|
|
std = ["num-bigint/std", "num-complex/std", "num-integer/std", "num-iter/std", "num-rational/std", "num-rational/num-bigint-std", "num-traits/std"]
|
|
[badges.travis-ci]
|
|
repository = "rust-num/num"
|