# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "elk-mq" version = "0.1.1" authors = ["Tijmen Verhoef "] exclude = [ "pyproject.toml", "setup.py", ] description = "A Message Queue implementation in rust, using Redis as a communication medium." homepage = "https://github.com/nemjit001/elk-mq" documentation = "https://github.com/nemjit001/elk-mq" readme = "README.md" categories = [ "concurrency", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/nemjit001/elk-mq" [lib] crate-type = [ "lib", "staticlib", "cdylib", ] [dependencies.cpython] version = "0.7" features = ["extension-module"] optional = true [dependencies.lazy_static] version = "1.4" [dependencies.redis] version = "0.22" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.2" features = ["v4"] [features] python_bindings = ["cpython"]