# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hj" version = "0.1.0" description = "Command line tool to convert HTTP/1-style text into JSON" readme = "README.md" categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/gfx/hj" resolver = "2" [dependencies.clap] version = "3" features = ["derive"] [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" features = ["std"] default-features = false [dependencies.scopeguard] version = "1" [dependencies.tinyjson] version = "2" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"