# 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_bash_env" version = "0.17.3" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Nu plugin bash-env" homepage = "https://github.com/tesujimath/nu_plugin_bash_env" readme = "README.md" license = "MIT" repository = "https://github.com/tesujimath/nu_plugin_bash_env" [[bin]] name = "nu_plugin_bash_env" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.itertools] version = "0.13.0" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.208" [dependencies.serde_json] version = "1.0.125" [dependencies.shellexpand] version = "3.1.0" [dependencies.subprocess] version = "0.2.9" [dependencies.tempfile] version = "3.12.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.anyhow] version = "1.0.86"