[dependencies.http]
version = "1.1.0"
[dev-dependencies.once_cell]
version = "1.19.0"
[lib]
name = "hitt_parser"
path = "src/lib.rs"
[package]
authors = ["Mads Hougesen <mads@mhouge.dk>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Parser for http files for the hitt http testing tool"
edition = "2021"
homepage = "https://hitt.mhouge.dk"
keywords = ["http", "cli", "testing", "sse", "server-sent-events"]
license = "MIT"
name = "hitt-parser"
readme = "README.md"
repository = "https://github.com/hougesen/hitt"
rust-version = "1.70"
version = "0.0.13"