[package] name = "friendly" version = "0.1.0" authors = ["Michael Ekstrand "] edition = "2018" description = "Human-friendly display library" license = "MIT" repository = "https://github.com/mdekstrand/friendly" [dependencies] num-traits = "0.2" chrono = { version="0.4", optional=true } [dev-dependencies] proptest = "1" approx = "0.5" [features] # chrono = ["chrono"]