# 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_hmac" version = "0.12.0" authors = ["Florent Nuttens"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A HMAC sealing plugin for Nushell" readme = "README.md" license = "MIT" repository = "https://github.com/fnuttens/nu_plugin_hmac" [[bin]] name = "nu_plugin_hmac" path = "src/main.rs" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" [dependencies.sha2] version = "0.10.8" [dependencies.whirlpool] version = "0.10.4" [dev-dependencies.nu-plugin-test-support] version = "0.100.0"