[package] authors = ["Brian Smith "] description = "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." documentation = "https://briansmith.org/rustdoc/untrusted/" edition = "2018" license = "ISC" name = "untrusted" readme = "README.md" repository = "https://github.com/briansmith/untrusted" version = "0.9.0" [lib] name = "untrusted" [profile.bench] opt-level = 2 lto = true