1[package]
2authors = ["Brian Smith <brian@briansmith.org>"]
3description = "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust."
4documentation = "https://briansmith.org/rustdoc/untrusted/"
5edition = "2018"
6license = "ISC"
7name = "untrusted"
8readme = "README.md"
9repository = "https://github.com/briansmith/untrusted"
10version = "0.9.0"
11
12[lib]
13name = "untrusted"
14
15[profile.bench]
16opt-level = 2
17lto = true
18