# 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 = "beebeep" version = "0.1.1" authors = ["Zhishan Zhang "] description = "BeeBeep is a very very easy tool to notify me after some command finished." keywords = ["notification", "commnad", "shell"] categories = ["command-line-utilities"] license = "MIT" [dependencies.clap] version = "~2.27.0" features = ["yaml"] [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.8" [dependencies.notifica] version = "3.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.teloxide] version = "0.5.0" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"]