# 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 = "alopecosa" version = "0.1.3" authors = ["dedefer "] description = "Pure rust async Tarantool 1.6+ connector built on tokio" homepage = "https://github.com/dedefer/alopecosa" readme = "README.md" keywords = ["async", "tokio", "tarantool", "connector"] categories = ["asynchronous", "concurrency", "database"] license = "MIT" repository = "https://github.com/dedefer/alopecosa" [dependencies.base64] version = "0.13" [dependencies.dashmap] version = "4" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.rmp] version = "0.8" [dependencies.rmp-serde] version = "0.15" [dependencies.rmpv] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha-1] version = "0.9" [dependencies.tokio] version = "1" features = ["time", "rt", "net", "macros", "sync", "io-util"] [dev-dependencies.tokio] version = "1" features = ["full"]