# 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" name = "rikka-mq" version = "0.1.1" authors = ["turtton "] build = false exclude = [ ".env*", ".git*", "flake*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple message queue library for Rust." readme = "README.md" license = "MIT" repository = "https://github.com/turtton/RikkaMQ" [lib] name = "rikka_mq" path = "src/lib.rs" [dependencies.deadpool-redis] version = "0.18.0" optional = true [dependencies.destructure] version = "0.5.6" [dependencies.redis] version = "0.27.4" features = [ "tokio", "streams", ] optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.0.1" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-with] version = "0.14.0" features = [] default-features = false [dev-dependencies.tokio] version = "1.0.1" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "env-filter", "fmt", ] [dev-dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ] [features] default = [] redis = [ "dep:redis", "deadpool-redis", "tokio", ] tokio = ["dep:tokio"] tracing = ["dep:tracing"]