[package] name = "float-dbg" version = "0.4.0-alpha.1" edition = "2021" authors = ["Federico Stra "] description = "Debug floating point numbers easily" license = "MIT" repository = "https://github.com/FedericoStra/float-dbg" keywords = ["debug", "floating-point", "numbers", "IEEE-754"] categories = ["development-tools::debugging", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] az = "1.2.0"