# 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-alias-converter" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Converts Bash aliases to Nushell" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/marcelarie/nu-alias-converter" [[bin]] name = "nu-alias-converter" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.nu-cmd-lang] version = "0.98.0" [dependencies.nu-command] version = "0.98.0" [dependencies.nu-parser] version = "0.98.0" [dependencies.nu-protocol] version = "0.98.0" [dependencies.rayon] version = "1.10.0" [dependencies.tree-sitter] version = "0.24.2" [dependencies.tree-sitter-bash] version = "0.23.1"