# 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 = "redis-lua" version = "0.4.0" authors = ["YushiOMOTE "] description = "Redis Lua scripting helper" homepage = "https://github.com/yushiomote/redis-lua" documentation = "https://docs.rs/redis-lua" readme = "../README.md" keywords = ["redis", "database"] license = "BSD-3-Clause" repository = "https://github.com/yushiomote/redis-lua" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.proc-macro-hack] version = "0.5" [dependencies.redis] version = "0.16" [dependencies.redis-lua-macro] version = "0.4" [dependencies.rmp] version = "0.8" [dependencies.serde] version = "1.0" [dev-dependencies.redis] version = "0.16" features = ["tokio-rt-core"] [dev-dependencies.rmp-serde] version = "0.14" [dev-dependencies.tokio] version = "0.2" features = ["full"] [build-dependencies.rustc_version] version = "0.2"