# 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 = "fast-cli" version = "0.1.5" authors = ["Federico Dionisi "] description = "fast.com, but from the terminal" readme = "README.md" license = "MIT" repository = "https://github.com/fdionisi/fast-cli/" resolver = "1" [[bin]] name = "fast" path = "src/main.rs" [dependencies.colored] version = "2" [dependencies.fast-cli-core] version = "0.1.5" [dependencies.futures] version = "0.3.25" [dependencies.spinners-rs] version = "2.3.0" [dependencies.tokio] version = "1.24.2" features = [ "rt", "rt-multi-thread", "macros", ]