# 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_endecode" version = "0.100.0" authors = ["Andrej KolĨin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin with various encoding schemes, from Crockford's base-32 to HTML entity escaping." readme = "README.md" keywords = [ "nushell", "nushell-plugin", "codec", ] license = "MPL-2.0" repository = "https://codeberg.org/kaathewise/nugins" [[bin]] name = "nu_plugin_endecode" path = "src/main.rs" [dependencies.base32] version = "0.5.1" [dependencies.base62] version = "2.0.3" [dependencies.bs58] version = "0.5.1" features = ["alloc"] [dependencies.deunicode] version = "1.6.0" [dependencies.html-escape] version = "0.2.13" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" features = ["plugin"] [dependencies.z85] version = "3.0.5"