1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "untrusted" 16version = "0.7.1" 17authors = ["Brian Smith <brian@briansmith.org>"] 18description = "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." 19documentation = "https://briansmith.org/rustdoc/untrusted/" 20readme = "README.md" 21license = "ISC" 22repository = "https://github.com/briansmith/untrusted" 23[profile.bench] 24opt-level = 2 25lto = true 26 27[lib] 28name = "untrusted" 29path = "src/untrusted.rs" 30