# 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-macro" version = "0.4.0" authors = ["YushiOMOTE "] description = "Macro component of 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" [lib] proc-macro = true [dependencies.full_moon] version = "0.4.0-rc.12" [dependencies.itertools] version = "0.8" [dependencies.mktemp] version = "0.4" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro-hack] version = "0.5" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.3" [dependencies.selene-lib] version = "0.5.2" default-features = false [dependencies.toml] version = "0.5" [build-dependencies.rustc_version] version = "0.2"