# 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 = "rusht" version = "1.1.0" authors = ["Mark "] include = [ "**/*.rs", "Cargo.toml", "resource/**/*", ] publish = true default-run = "rusht" description = "Shell commands written in Rust" homepage = "https://github.com/mverleg/rusht" readme = "README.md" license = "BSD-3-Clause" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "rusht" path = "src/lib.rs" [[bin]] name = "cmadd" path = "src/cmd/main_add.rs" [[bin]] name = "cmdo" path = "src/cmd/main_do.rs" [[bin]] name = "cmlist" path = "src/cmd/main_list.rs" [[bin]] name = "cmdrop" path = "src/cmd/main_drop.rs" [[bin]] name = "cmbuf" path = "src/cmd/main_buf.rs" [[bin]] name = "cached" path = "src/cached/main_cached.rs" [[bin]] name = "unique" path = "src/filter/main_unique.rs" [[bin]] name = "filter" path = "src/filter/main_filter.rs" [[bin]] name = "grab" path = "src/filter/main_grab.rs" [[bin]] name = "dir_with" path = "src/find/main_dir_with.rs" [[bin]] name = "locked" path = "src/wait/main_locked.rs" [[bin]] name = "namesafe" path = "src/escape/main_namesafe.rs" [[bin]] name = "mvnw" path = "src/java/main_mvnw.rs" [[bin]] name = "mon" path = "src/observe/main_mon.rs" [[bin]] name = "piped" path = "src/observe/main_piped.rs" [[bin]] name = "rsh" path = "src/rsh/main_rsh.rs" [[bin]] name = "rusht_debug" path = "src/main_debug.rs" [[bin]] name = "rusht" path = "src/main_all.rs" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.async-trait] version = "0.1.57" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.clap] version = "3.2.22" features = [ "std", "derive", "unicode", ] default-features = true [dependencies.dashmap] version = "5.4.0" [dependencies.derive_more] version = "0.99.17" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.1" [dependencies.fs_extra] version = "1.2.0" [dependencies.futures] version = "0.3.24" [dependencies.git2] version = "0.15.0" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.memoize] version = "0.3.1" [dependencies.num_cpus] version = "1.13.1" [dependencies.parse_duration0] version = "3.0.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.sha2] version = "0.10.6" [dependencies.smallvec] version = "1.10.0" [dependencies.ssh2] version = "0.9.3" features = ["vendored-openssl"] [dependencies.tempfile] version = "3.3.0" [dependencies.time] version = "0.3.15" features = ["serde"] [dependencies.ustr] version = "0.9.0" [dependencies.wait-for-me] version = "0.2.0" [dependencies.which] version = "4.3.0" [dev-dependencies]