[package] name = "hexponent" version = "0.3.1" authors = ["Graham Scheaffer "] edition = "2018" license = "MIT/Apache-2.0" description = "Hexadecimal float parsing" repository = "https://gitlab.com/pythondude325/hexponent" documentation = "https://docs.rs/hexponent" categories = ["parser-implementations"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] libc = "0.2" criterion = "0.3" [[bench]] name = "benchmark" harness = false [features] default = ["std"] std = []