[package] name = "typed-value" version = "0.1.0" authors = ["tmtmtoo "] edition = "2018" license = "MIT" description = "A type-safe, validatable value object." repository = "https://github.com/tmtmtoo/typed-value" homepage = "https://github.com/tmtmtoo/typed-value" readme = "README.md" keywords = ["value", "validation", "no_std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] regex = "1.5.4" once_cell = "1.7.2" quickcheck = "1.0.3" quickcheck_macros = "1.0.0" base64 = "0.13.0" anyhow = "1.0.42"