# 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 = "v_rusty_tarantool" version = "0.1.5" authors = ["Michael Zheludkov https://github.com/zheludkovm"] exclude = ["test-tarantool/*"] 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" [dependencies.base64] version = "0.2" [dependencies.byteorder] version = "1.1" [dependencies.bytes] version = "0.4" [dependencies.env_logger] version = "0.5" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.rmp] version = "0.8" [dependencies.rmp-serde] version = "0.13" [dependencies.rmp-serialize] version = "0.8" [dependencies.rmpv] version = "0.4" features = ["with-serde"] [dependencies.rustc-serialize] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha1] version = "0.2" [dependencies.tokio] version = "0.1" [dependencies.tokio-codec] version = "0.1" [dev-dependencies.actix-web] version = "1.0" [dev-dependencies.hyper] version = "0.12" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.url] version = "1.7"