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

28 lines
929 B
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "forwarded-header-value"
version = "0.1.1"
authors = ["James Brown <jbrown@easypost.com>"]
description = "Parser for values from the Forwarded header (RFC 7239)"
readme = "README.md"
keywords = ["http"]
license = "ISC"
repository = "https://github.com/EasyPost/rust-forwarded-header-value"
[dependencies.nonempty]
version = "0.7"
[dependencies.thiserror]
version = "1"