# 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] name = "naughty-strings" version = "0.2.4" authors = ["mcarton "] description = "The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data." documentation = "https://mcarton.github.io/rust-naughty-strings/doc-latest/naughty_strings/index.html" keywords = ["blns", "naughty-strings", "test"] license = "MIT OR Apache-2.0" repository = "https://github.com/mcarton/rust-naughty-strings" [[bin]] name = "make-lib" path = "src/bin/make-lib.rs" [dependencies.serde_json] version = "1"