# 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 = "json-threat-protection" version = "0.1.1" authors = ["ADD-SP "] build = false exclude = [ "benches/", ".github/", "fuzz/", "data/", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A crate to protect against malicious JSON payloads. """ documentation = "https://docs.rs/json-threat-protection" readme = "README.md" keywords = [ "json", "security", "validator", "parser", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/ADD-SP/json-threat-protection.rs" [lib] name = "json_threat_protection" path = "src/lib.rs" [[test]] name = "000-fuzz-repro" path = "tests/000-fuzz-repro.rs" [[test]] name = "001-sanity" path = "tests/001-sanity.rs" [[test]] name = "002-invalid-number" path = "tests/002-invalid-number.rs" [[test]] name = "003-invalid-string" path = "tests/003-invalid-string.rs" [[test]] name = "004-invalid-array" path = "tests/004-invalid-array.rs" [[test]] name = "005-invalid-object" path = "tests/005-invalid-object.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde] version = "1.0.204" [dev-dependencies.serde_json] version = "1.0.120" features = [ "std", "arbitrary_precision", ]