Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
453 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"
2024-03-03 10:29:32 -05:00
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2"
wasm-bindgen-test = "0.3"
[features]
default = ["as_crate"]
as_crate = []