# 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 = "2018" name = "nu-completion" version = "0.44.0" authors = ["The Nu Project Contributors"] description = "Completions for nushell" license = "MIT" [lib] doctest = false [dependencies.indexmap] version = "1.6.1" features = ["serde-1"] [dependencies.nu-data] version = "0.44.0" [dependencies.nu-engine] version = "0.44.0" [dependencies.nu-parser] version = "0.44.0" [dependencies.nu-path] version = "0.44.0" [dependencies.nu-protocol] version = "0.44.0" [dependencies.nu-source] version = "0.44.0" [dependencies.nu-test-support] version = "0.44.0" [dev-dependencies.parking_lot] version = "0.11.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.is_executable] version = "1.0.1"