[package] name = "har2veg" description = "Convert HTTP Archive Format into JSON/HTTP Format that vegeta can understand" version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.2" clap = { version = "4.3", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3.7"