# 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 = "posh-tabcomplete" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazing fast tab completion for powershell." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/domsleee/posh-tabcomplete" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "posh_tabcomplete" path = "src/lib.rs" [[bin]] name = "posh-tabcomplete" path = "src/main.rs" [[test]] name = "test_testenv" path = "tests/test_testenv.rs" [[test]] name = "test_command_names" path = "tests/test_command_names.rs" [[test]] name = "test_complete_git" path = "tests/test_complete_git.rs" [[test]] name = "test_complete_npm" path = "tests/test_complete_npm.rs" [[test]] name = "test_init" path = "tests/test_init.rs" [[test]] name = "test_complete_aliases" path = "tests/test_complete_aliases.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.nu-cli] version = "0.98.0" [dependencies.nu-cmd-lang] version = "0.98.0" [dependencies.nu-command] version = "0.98.0" [dependencies.nu-engine] version = "0.98.0" [dependencies.nu-parser] version = "0.98.0" [dependencies.nu-protocol] version = "0.98.0" [dependencies.reedline] version = "0.35.0" features = [ "bashisms", "sqlite", ] [dependencies.regex] version = "1.10.6" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.rstest_reuse] version = "0.7.0" [dev-dependencies.speculoos] version = "0.11.0" [dev-dependencies.tempfile] version = "3.12"