# 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 = "pzip" version = "0.2.1" authors = ["Dan Watson "] description = "Rust library and CLI for the PZip encrypted file format." homepage = "http://pzip.org" license = "MIT" repository = "https://github.com/dcwatson/pz" resolver = "2" [lib] name = "pzip" path = "src/lib.rs" [[bin]] name = "pz" path = "src/main.rs" [dependencies.clap] version = "~3" [dependencies.libdeflater] version = "~0.8" [dependencies.ring] version = "0.17.0-alpha.11" [dev-dependencies.hex] version = "~0.4"