sfv 0.9.4

Structured Field Values for HTTP parser. Implementation of RFC 8941.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.data-encoding]
version = "2.3.2"

[dependencies.indexmap]
version = "2"

[dependencies.rust_decimal]
default-features = false
version = "1.20.0"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.rust_decimal]
default-features = false
features = ["std"]
version = "1.20.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Tania Batieva <yalyna.ts@gmail.com>"]
description = "Structured Field Values for HTTP parser.\nImplementation of RFC 8941."
documentation = "https://docs.rs/sfv"
edition = "2018"
exclude = ["tests/**", ".github/*"]
keywords = ["http-header", "structured-header"]
license = "MIT/Apache-2.0"
name = "sfv"
readme = "README.md"
repository = "https://github.com/undef1nd/sfv"
version = "0.9.4"