carapax 0.1.0

A Telegram Bot Framework
Documentation
# 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 = "carapax"
version = "0.1.0"
authors = ["Ross Nomann <rossnomann@protonmail.com>"]
description = "A Telegram Bot Framework"
documentation = "https://docs.rs/carapax"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tg-rs/carapax"
[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.nonzero_ext]
version = "0.1"

[dependencies.ratelimit_meter]
version = "4.0"

[dependencies.shellwords]
version = "1.0"

[dependencies.tgbot]
version = "0.3"

[dependencies.tokio]
version = "0.1"
[dev-dependencies.dotenv]
version = "0.13"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.serde_json]
version = "1.0"
[badges.travis-ci]
branch = "master"
repository = "tg-rs/carapax"