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

17 lines
471 B
TOML

[package]
name = "forwarded-header-value"
version = "0.1.1"
edition = "2018"
authors = ["James Brown <jbrown@easypost.com>"]
description = "Parser for values from the Forwarded header (RFC 7239)"
readme = "README.md"
repository = "https://github.com/EasyPost/rust-forwarded-header-value"
license = "ISC"
keywords = ["http"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1"
nonempty = "0.7"