# 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 = "atomsh" version = "0.1.1" authors = ["Adam McDaniel "] description = "Shell scripting that will knock your socks off" homepage = "https://github.com/adam-mcdaniel/atom" documentation = "https://github.com/adam-mcdaniel/atom" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/adam-mcdaniel/atom" [[bin]] name = "atom" path = "src/bin.rs" [dependencies.asciicolor] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.comment] version = "0.1.1" [dependencies.ctrlc] version = "3.1" [dependencies.dirs] version = "3.0" [dependencies.dunce] version = "1.0" [dependencies.lalrpop] version = "0.19" features = ["lexer"] [dependencies.lalrpop-util] version = "0.19" [dependencies.lazy_static] version = "1.4" [dependencies.os_info] version = "3.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.rustyline] version = "7.1" [dependencies.rustyline-derive] version = "0.4" [build-dependencies.lalrpop] version = "0.19" features = ["lexer"]