# 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 = "bnz" version = "0.3.1" authors = ["Jack Byrne "] description = "bnz: a command-line interface to the banzai libre bzip2 encoder" readme = "README.md" keywords = ["bzip2"] categories = [ "command-line-utilities", "compression", ] license = "MIT" repository = "https://github.com/jgbyrne/banzai/tree/master/bnz/" resolver = "2" [[bin]] name = "bnz" path = "src/main.rs" [dependencies.banzai] version = "0.3.1"