# 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 = "BeerHolderBot" version = "0.3.8" authors = ["Eric S. Londres "] description = "A Telegram bot which holds your beer" homepage = "https://gitlab.com/slondr/BeerHolderBot" documentation = "https://gitlab.com/slondr/BeerHolderBot/-/blob/master/Readme.org" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/slondr/BeerHolderBot" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8.3" [dependencies.reqwest] version = "0.11" [dependencies.sqlite] version = "0.25.3" [dependencies.telegram-markov-chain] version = "0.1.2" [dependencies.teloxide] version = "0.4" features = ["macros", "auto-send"] [dependencies.teloxide-macros] version = "0.4" [dependencies.tokio] version = "1.3" features = ["rt-multi-thread", "macros"]