v_rusty_tarantool 0.3.2

Tarantul async client based on tokio 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "v_rusty_tarantool"
version = "0.3.2"
authors = ["Michael Zheludkov https://github.com/zheludkovm"]
build = false
exclude = ["test-tarantool/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tarantul async client based on tokio framework"
readme = "README.md"
keywords = [
    "asynchronous",
    "tarantool",
    "protocol",
    "api",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/zheludkovm/RustyTarantool"

[lib]
name = "rusty_tarantool"
path = "src/lib.rs"

[[example]]
name = "actix-tarantool-proxy"
path = "examples/actix-tarantool-proxy.rs"

[[example]]
name = "hyper-tarantool-proxy"
path = "examples/hyper-tarantool-proxy.rs"

[[example]]
name = "simple-bench"
path = "examples/simple-bench.rs"

[[example]]
name = "simple-call"
path = "examples/simple-call.rs"

[[test]]
name = "test_service"
path = "tests/test_service.rs"

[[test]]
name = "test_transport_call"
path = "tests/test_transport_call.rs"

[dependencies.base64]
version = "0.12"

[dependencies.byteorder]
version = "1.4"

[dependencies.bytes]
version = "1.1"

[dependencies.env_logger]
version = "0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-sink]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0"

[dependencies.maplit]
version = "1"

[dependencies.rmp]
version = "0.8"

[dependencies.rmp-serde]
version = "1.1"

[dependencies.rmpv]
version = "1"
features = ["with-serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.tokio]
version = "1.23"
features = [
    "full",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = [
    "codec",
    "time",
]

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

[dev-dependencies.actix-web]
version = "4.4"

[dev-dependencies.hyper]
version = "0.14.27"
features = ["full"]

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

[dev-dependencies.url]
version = "2.5"