# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ru_shell" version = "0.1.3" authors = ["storyfeet "] description = "A Shell built around a semantic grammar" readme = "readme.md" keywords = ["shell", "parser", "grammar"] license = "MIT" repository = "https://github.com/storyfeet/gob_sh" [dependencies.anyhow] version = "1.0.34" [dependencies.bogobble] version = "0.1.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.14.0" [dependencies.ctrlc] version = "3.1.7" [dependencies.err_tools] version = "0.1.0" [dependencies.glob] version = "0.3.0" [dependencies.ru_history] version = "0.1.0" [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.termion] version = "1.5.5" [dependencies.toml] version = "0.5.8" [dependencies.transliterate] version = "0.1.1"