# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "actix-web-validator5" version = "1.0.1" authors = ["keesh.zhang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Validation mechanism for actix-web" documentation = "https://docs.rs/actix-web-validator5" readme = "README.md" keywords = [ "actix-web", "serialization", "querystring", "validator", "validation", ] categories = [ "encoding", "web-programming", ] license = "MIT" repository = "https://github.com/chunhui2001/actix-web-validator" [lib] name = "actix_web_validator5" path = "src/lib.rs" [[test]] name = "test_error_transformation" path = "tests/test_error_transformation.rs" [[test]] name = "test_form_validation" path = "tests/test_form_validation.rs" [[test]] name = "test_json_validation" path = "tests/test_json_validation.rs" [[test]] name = "test_path_validation" path = "tests/test_path_validation.rs" [[test]] name = "test_qsquery_validation" path = "tests/test_qsquery_validation.rs" [[test]] name = "test_query_validation" path = "tests/test_query_validation.rs" [dependencies.actix-http] version = "3" [dependencies.actix-router] version = "0.5" [dependencies.actix-web] version = "4" default-features = false [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.13.0" features = ["actix4"] [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "2.0.3" [dependencies.validator] version = "0.19.0" [dev-dependencies.actix-service] version = "2" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.validator] version = "0.19.0" features = ["derive"]