[package] name = "tifloats" version = "2.4.0" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/TI-Toolkit/tifloats_lib_rs" repository = "https://github.com/TI-Toolkit/tifloats_lib_rs" description = "Speedy, accurate emulation of TI-Floats." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "2.4" [dev-dependencies] criterion = "0.4" [[bench]] name = "float" harness = false [profile.bench] debug = true