rust/crates/std_float/Cargo.toml

17 lines
349 B
TOML
Raw Normal View History

[package]
name = "std_float"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
core_simd = { path = "../core_simd", default-features = false }
2024-03-03 10:06:20 -05:00
[dev-dependencies.test_helpers]
path = "../test_helpers"
[features]
default = ["as_crate"]
as_crate = []