# 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_skim" version = "0.10.0" authors = ["Idan Arye "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An `sk` command that can handle Nushell's structured data" readme = "README.md" keywords = [ "nu", "plugin", "fuzzy", "menu", "util", ] categories = [ "command-line-utilities", "development-tools", "value-formatting", ] license = "MIT" repository = "https://github.com/idanarye/nu_plugin_skim" [[bin]] name = "nu_plugin_skim" path = "src/main.rs" [dependencies.clap] version = "4" [dependencies.nu-color-config] version = "0.100" [dependencies.nu-plugin] version = "0.100" [dependencies.nu-protocol] version = "0.100" features = ["plugin"] [dependencies.skim] version = "0.13" [dev-dependencies.nu-plugin-test-support] version = "0.100"