blob: 32646da26d7459431a3a089fbd631018c54bc3b6 [file]
[package]
name = "test-float-parse"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
indicatif = { version = "0.18.4", default-features = false }
num = "0.4.3"
rand = "0.9.0"
rand_chacha = "0.9.0"
rayon = "1"
[lib]
name = "test_float_parse"
[lints.rust.unexpected_cfgs]
level = "warn"
check-cfg = [
# Internal features aren't marked known config by default
'cfg(target_has_reliable_f16)',
]