[package] name = "uncertainty-rs" version = "0.1.0" authors = ["Karl Voss "] edition = "2018" readme = "README.md" license-file = "LICENSE" description = "A crate to allow the creation and arithmetic operations on numbers with uncertain values." keywords = ["float", "uncertain", "arithmetic", "absolute", "relative"] repository = "https://github.com/karlpvoss/uncertainty-rs" homepage = "http://karlpvoss.com/projects/uncertainty-rs" documentation = "http://karlpvoss.com/projects/uncertainty-rs/docs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } [dev-dependencies] approx = "0.3.2"