[package] name = "nomhttp" version = "0.1.0" edition = "2021" license = "GPL-3.0-only" description = "Parser HTTP for the rustyproxy project based on nom" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = { version = "7.1.3", features = ["std"] }