cheep-crator-2/vendor/simba/Cargo.toml

92 lines
2.0 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "simba"
version = "0.7.1"
authors = ["sebcrozet <developer@crozet.re>"]
description = "SIMD algebra for Rust"
documentation = "https://docs.rs/simba"
readme = "README.md"
keywords = ["algebra", "simd", "math"]
categories = ["science", "mathematics", "wasm", "no-std"]
license = "Apache-2.0"
repository = "https://github.com/dimforge/simba"
[package.metadata.docs.rs]
all-features = true
[dependencies.approx]
version = "0.5"
default-features = false
[dependencies.cordic]
version = "0.1"
optional = true
[dependencies.cuda_std]
version = "0.2"
optional = true
[dependencies.decimal]
version = "2.0"
optional = true
default-features = false
[dependencies.fixed]
version = "1"
optional = true
[dependencies.libm_force]
version = "0.2"
optional = true
package = "libm"
[dependencies.num-complex]
version = "0.4"
default-features = false
[dependencies.num-traits]
version = "0.2.11"
default-features = false
[dependencies.packed_simd]
version = "0.3"
features = ["into_bits"]
optional = true
package = "packed_simd_2"
[dependencies.paste]
version = "1.0"
[dependencies.rand]
version = "0.8"
optional = true
[dependencies.serde]
version = "1"
optional = true
default-features = false
[dependencies.wide]
version = "0.7"
optional = true
default-features = false
[features]
cuda = ["cuda_std"]
default = ["std"]
libm = ["num-traits/libm"]
partial_fixed_point_support = ["fixed", "cordic"]
serde_serialize = ["serde", "fixed/serde"]
std = ["wide/std"]
[badges.maintenance]
status = "actively-developed"