# 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 = "valence_core" version = "0.1.8" description = "Core module used across plug-ins for A-Block Valence nodes" homepage = "https://a-block.io" documentation = "https://a-block.io" readme = "README.md" keywords = [ "blockchain", "L2", "peer-to-peer", "P2P", ] license = "MIT" repository = "https://github.com/ABlockOfficial/valence_core" [dependencies.async-trait] version = "0.1.73" [dependencies.cuckoofilter] version = "0.5.0" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.mongodb] version = "2.6.1" [dependencies.redis] version = "0.23.0" features = [ "aio", "connection-manager", "tokio-comp", "async-std-comp", ] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.173" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.sha3] version = "0.10.8" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.warp] version = "0.3.5"