# 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" rust-version = "1.65" name = "chunked_transfer_cli" version = "0.1.1" authors = ["Jannis R "] exclude = [".github"] description = "Command-line tool to encode into or decode from HTTP chunked transfer coding (RFC 7230)." homepage = "https://github.com/derhuerst/chunked-transfer-cli" readme = "readme.md" keywords = [ "http", "rfc-7230", "transfer-encoding", "chunked", ] license = "ISC" repository = "https://github.com/derhuerst/chunked-transfer-cli.git" [dependencies.assert_cmd] version = "2.0.4" [dependencies.chunked_transfer] version = "1.4.0" [dependencies.clap] version = "3.2.16" features = ["derive"]