# 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 = "untrusted_value_derive_internals" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ This crate aim to provide a type-safe way to handle and sanitize potentially untrusted values like user input.""" homepage = "https://github.com/0xCCF4/UntrustedValue" documentation = "https://docs.rs/untrusted-value_derive_internals" readme = "README.md" keywords = [ "security", "sanitization", "validation", "taint", "static-analyis", ] license = "MIT" repository = "https://github.com/0xCCF4/UntrustedValue" [lib] name = "untrusted_value_derive_internals" path = "lib.rs" [dev-dependencies.untrusted_value] version = "0"