# 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.82" name = "rash_core" version = "2.9.0" authors = ["Pando85 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative shell scripting using Rust native bindings" homepage = "https://rash-sh.github.io" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rash-sh/rash" [lib] name = "rash_core" path = "src/lib.rs" [[bin]] name = "rash" path = "src/bin/rash.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "rash_derive" path = "tests/rash_derive.rs" [[bench]] name = "docopt" path = "benches/docopt.rs" harness = false [dependencies.byte-unit] version = "5.1" [dependencies.clap] version = "4.5" features = [ "std", "color", "derive", "cargo", ] [dependencies.console] version = "0.15" [dependencies.exec] version = "0.3.1" [dependencies.fern] version = "0.7.0" features = ["colored"] [dependencies.ignore] version = "0.4" [dependencies.ipc-channel] version = "0.19" features = ["memfd"] [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4.21" [dependencies.minijinja] version = "2.5.0" features = [ "loader", "json", "loop_controls", ] [dependencies.nix] version = "0.29" features = [ "process", "user", ] [dependencies.prs-lib] version = "0.5.1" optional = true [dependencies.rash_derive] version = "2.9.0" [dependencies.regex] version = "1.10" [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-error] version = "0.1.2" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.8" [dependencies.serde_yaml] version = "0.9" [dependencies.shlex] version = "1.3" [dependencies.similar] version = "2.5" features = ["inline"] [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.tempfile] version = "3.10" [dependencies.term_size] version = "1.0.0-beta.2" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["user-hooks"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [features] default = ["passwordstore"] docs = [ "rash_derive/docs", "schemars", ] passwordstore = ["prs-lib"] [target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator] version = "0.5.0"