# 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_rpm" version = "0.2.0" authors = ["yybit "] include = [ "**/*.rs", "Cargo.toml", ] description = "A nushell plugin for reading rpm package." homepage = "https://github.com/yybit/nu_plugin_rpm" readme = "README.md" keywords = [ "nu", "plugin", "rpm", ] license = "Apache-2.0" repository = "https://github.com/yybit/nu_plugin_rpm" [dependencies.nu-plugin] version = "0.98.0" [dependencies.nu-protocol] version = "0.98.0" [dependencies.rpm] version = "0.15.1" [dependencies.unix_mode] version = "0.1.4" [dev-dependencies.nu-plugin-test-support] version = "0.98.0"