# 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 = "tailcall-valid" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for validating multiple inputs, collecting all possible errors instead of failing at the first error. Useful for scenarios where comprehensive feedback is required for user inputs or configuration settings." readme = "README.md" license = "Apache-2.0" [lib] name = "tailcall_valid" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "ci" path = "tests/ci.rs" [dependencies.derive_setters] version = "0.1.6" [dependencies.http] version = "1.1.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.thiserror] version = "2.0.0" [dependencies.wasm-bindgen] version = "0.2.92" [dev-dependencies.gh-workflow] version = "0" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.stripmargin] version = "0.1.1" [features] default = [] test-feature = []