# 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" rust-version = "1.80.1" name = "nur" version = "0.12.1" authors = ["David Danier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nur - a taskrunner based on nu shell" homepage = "https://nur-taskrunner.github.io/docs/" readme = "README.md" keywords = [ "nu", "taskrunner", "development", "command-line", "utility", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/nur-taskrunner/nur" [profile.release] opt-level = "s" lto = "thin" strip = "debuginfo" [[bin]] name = "nur" path = "src/main.rs" [dependencies.miette] version = "7.2" features = [ "fancy-no-backtrace", "fancy", ] [dependencies.nu-ansi-term] version = "0.50.1" [dependencies.nu-cli] version = "0.100.0" [dependencies.nu-cmd-base] version = "0.100.0" [dependencies.nu-cmd-extra] version = "0.100.0" [dependencies.nu-cmd-lang] version = "0.100.0" [dependencies.nu-command] version = "0.100.0" [dependencies.nu-engine] version = "0.100.0" [dependencies.nu-explore] version = "0.100.0" [dependencies.nu-parser] version = "0.100.0" [dependencies.nu-path] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" [dependencies.nu-std] version = "0.100.0" [dependencies.nu-utils] version = "0.100.0" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.tempfile] version = "3.10.1" [features] debug = [] default = [] static-link-openssl = [ "dep:openssl", "nu-cmd-lang/static-link-openssl", ] [target.'cfg(not(target_os = "windows"))'.dependencies.openssl] version = "0.10" features = ["vendored"] optional = true