# 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] name = "awesome-bot" version = "0.2.0" authors = ["Rock Neurotiko "] description = "An awesome framework to build Telegram bots up to telegram-bot library." documentation = "http://web.neurotiko.com/awesome-bot/awesome_bot" readme = "README.md" keywords = ["telegram", "bot", "api", "library", "framework"] license = "MIT OR Apache-2.0 OR Beerware" repository = "https://github.com/rockneurotiko/awesome-bot" [dependencies.regex] version = "0.1.*" [dependencies.rustc-serialize] version = "0.3.*" [dependencies.scoped_threadpool] version = "0.1.*" [dependencies.telegram-bot] version = "0.4.2"