# 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 = "rush" version = "0.1.14" description = "the rust shell" readme = "README.md" license = "Unlicense" repository = "https://github.com/parth/rush" [dependencies.anyhow] version = "1.0.81" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1.39.2" features = ["full"]