datastream/http/vendor/untrusted/Cargo.toml.orig
2026-09-02 21:48:27 +08:00

17 lines
441 B
TOML

[package]
authors = ["Brian Smith <brian@briansmith.org>"]
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