# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tide-validator" version = "0.8.0" authors = ["Benjamin Coenen "] description = "Data validator for Tide web framework" readme = "README.md" keywords = ["tide", "http", "web", "validator", "middleware"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT" repository = "https://github.com/bnjjj/tide-validator" [dependencies.async-std] version = "1.5.0" features = ["attributes"] [dependencies.futures] version = "0.3.4" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.tide] version = "0.8.0" [dev-dependencies.async-std] version = "1.5.0" [dev-dependencies.http] version = "0.2.1" [dev-dependencies.http-service] version = "0.5.0" [dev-dependencies.http-service-mock] version = "0.5.0" [dev-dependencies.serde_json] version = "1.0.52"