[package] name = "preflight" version = "0.1.3" authors = ["Martin Fischer "] license = "MIT" description = "A macro to pipe user input through multiple validation functions and iterate over the resulting errors." repository = "https://git.push-f.com/preflight" keywords = ["validation", "user-input"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] url = { version = "2.2.0", optional = true } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]