# 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 = "nu_plugin_compress" version = "0.1.0" authors = ["yybit "] include = [ "**/*.rs", "Cargo.toml", ] description = "A nushell plugin for compression and decompression, supporting zstd, gzip, bzip2, and xz." homepage = "https://github.com/yybit/nu_plugin_compress" readme = "README.md" keywords = [ "nu", "plugin", "compression", "gzip", "zstd", ] license = "Apache-2.0" repository = "https://github.com/yybit/nu_plugin_compress" [dependencies.bzip2] version = "0.4.4" [dependencies.flate2] version = "1.0.33" [dependencies.nu-plugin] version = "0.98.0" [dependencies.nu-protocol] version = "0.98.0" [dependencies.xz2] version = "0.1.7" [dependencies.zstd] version = "0.13.2"