# 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-bexpand" version = "1.3.100" authors = ["Taylor C. Richberger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A brace expansion plugin compatible with Bash for nushell" readme = "README.md" keywords = [ "parser", "shell", "template", "string", ] categories = [ "command-line-interface", "parser-implementations", ] license = "MPL-2.0" repository = "https://forge.axfive.net/Taylor/nu-plugin-bexpand" [profile.release] panic = "abort" [lib] name = "nu_plugin_bexpand" path = "src/lib.rs" [[bin]] name = "nu_plugin_bexpand" path = "src/bin/nu_plugin_bexpand.rs" [dependencies.bexpand] version = "1.2.0" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" features = ["plugin"]