blob: 0e83c284ec0233ecde163f07dabe2335d631f4bf [file] [log] [blame] [edit]
[package]
name = "numi"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ordered-float = { version = "4.2.0", optional = true }
[dev-dependencies]
static_assertions = "1.1.0"
[features]
ordered-float-impl = ["dep:ordered-float"]