# 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.56.1" name = "furnel" version = "0.1.0" authors = ["Kristian Thy "] description = "A command-line utility to compress files using the brotli algorithm" keywords = ["br", "brotli", "compression", "web", "webpack"] categories = ["command-line-utilities", "compression", "development-tools::build-utils", "encoding", "filesystem"] license = "MIT" repository = "https://github.com/pyxy-dk/furnel" resolver = "2" [package.metadata.deb] assets = [["target/release/furnel", "usr/bin/", "755"], ["README.md", "usr/share/doc/furnel/README", "644"]] extended-description = "furnel is a command-line utility to compress files using the brotli algorithm.\n" features = [] section = "utils" [dependencies.brotli] version = "3.3.3" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.glob] version = "0.3.0"