sfv 0.8.0

Structured HTTP field values parser. Implementation of IETF draft https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.data-encoding]
version = "2.2.1"

[dependencies.indexmap]
version = "1.1.0"

[dependencies.rust_decimal]
version = "1.6.0"
[dev-dependencies.criterion]
version = "0.3.3"

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

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

[package]
authors = ["Tania Batieva <yalyna.ts@gmail.com>"]
description = "Structured HTTP field values parser.\nImplementation of IETF draft https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html"
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.8.0"