block_kit 0.1.0

Simple wrapper for slack api
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 = "block_kit"
version = "0.1.0"
authors = ["horita-yuya <horitayuya@gmail.com>"]
include = ["Cargo.toml", "LICENSE", "src/**/*"]
description = "Simple wrapper for slack api"
homepage = "https://github.com/horita-yuya"
readme = "README.md"
keywords = ["slack"]
license = "Apache-2.0"
repository = "https://github.com/horita-yuya/rust_block_kit"
[dependencies.serde]
version = "1.0.103"
features = ["derive"]
[dev-dependencies.actix]
version = "0.8.3"

[dev-dependencies.actix-rt]
version = "1.0.0"

[dev-dependencies.actix-web]
version = "2.0.0-alpha.4"
features = ["openssl", "client"]

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

[dev-dependencies.envy]
version = "0.4.0"

[dev-dependencies.futures]
version = "0.3.1"

[dev-dependencies.log]
version = "0.4.8"

[dev-dependencies.serde_json]
version = "1.0.44"

[dev-dependencies.serde_urlencoded]
version = "0.6.1"

[dev-dependencies.tokio]
version = "0.2.4"
features = ["full"]