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
[package]
name = "sfv"
version = "0.8.0"
authors = ["Tania Batieva <yalyna.ts@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/sfv"
description = """Structured HTTP field values parser.
Implementation of IETF draft https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html"""
repository = "https://github.com/undef1nd/sfv"
keywords = ["http-header", "structured-header", ]
exclude = ["tests/**", ".github/*"]


[dependencies]
indexmap="1.1.0"
rust_decimal="1.6.0"
data-encoding = "2.2.1"

[dev-dependencies]
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
criterion = "0.3.3"

[[bench]]
name = "bench"
harness = false