Files
Notes/notes-service/vendor/untrusted/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

18 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