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