# 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 = "2018" name = "paat-cli" version = "0.1.0" authors = ["Kaarel Allemann "] description = "CLI for for waiting a spot on a ferry" homepage = "https://github.com/ebakoba/paat" documentation = "https://docs.rs/paat-core" readme = "README.md" keywords = [ "ferry", "cli-tool", "cli", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ebakoba/paat" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.dialoguer] version = "0.10" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.16" [dependencies.log] version = "0.4" [dependencies.paat-core] version = "0.1" [dependencies.rodio] version = "0.15" features = ["wav"] default-features = false [dependencies.tokio] version = "1" features = [ "time", "signal", "rt", "macros", "rt-multi-thread", ] default-features = false