# 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 = "iredismodule" version = "0.3.0" authors = ["sigoden "] build = "build.rs" description = "A toolkit for building Redis modules in Rust" readme = "README.md" keywords = ["redis", "module", "redismodule", "redis-plugin"] categories = ["development-tools::ffi"] license = "MIT" repository = "https://github.com/sigoden/iredismodule" [[example]] name = "simple" crate-type = ["cdylib"] [[example]] name = "helloworld" crate-type = ["cdylib"] [[example]] name = "hellotimer" crate-type = ["cdylib"] [[example]] name = "hellotype" crate-type = ["cdylib"] [[example]] name = "hellohook" crate-type = ["cdylib"] [[example]] name = "helloblock" crate-type = ["cdylib"] [[example]] name = "hellocluster" crate-type = ["cdylib"] [[example]] name = "helloacl" crate-type = ["cdylib"] [[example]] name = "testmodule" crate-type = ["cdylib"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.7" [build-dependencies.bindgen] version = "0.53" [build-dependencies.cc] version = "1.0" [features] default = []