# 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 = "rcshell" version = "0.0.1-alpha.3" authors = ["Ali Polatel "] description = "plan9 rc in rust" homepage = "https://lib.rs/rcshell" readme = "README.md" keywords = [ "shell", "linux", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~alip/rustrc" [profile.release] lto = true codegen-units = 1 debug = 0 [[bin]] name = "rc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.clap] version = "4.4" features = [ "env", "unicode", ] [dependencies.is-terminal] version = "0.4.10" [dependencies.nom] version = "7.1.3" [dependencies.rustyline] version = "13.0.0" features = ["termios"] [build-dependencies.built] version = "0.7.1" features = [ "git2", "chrono", ]