# 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 = "plerkle_messenger" version = "1.9.0" authors = ["Metaplex Developers "] description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns." readme = "Readme.md" license = "AGPL-3.0" repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.async-mutex] version = "1.4.0" [dependencies.async-trait] version = "0.1.53" [dependencies.blake3] version = "1.3.3" [dependencies.cadence] version = "0.29.0" [dependencies.cadence-macros] version = "0.29.0" [dependencies.figment] version = "0.10.6" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.11" [dependencies.redis] version = "0.22.3" features = [ "aio", "tokio-comp", "streams", "tokio-native-tls-comp", "connection-manager", ] optional = true [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.tokio] version = "1.20.1" features = ["full"]