# 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 = "twelvepool" version = "0.5.0" authors = ["Etienne Napoleone "] description = "Watch for new txs in a Terra node mempool" homepage = "https://github.com/setten-io/twelvepool" documentation = "https://github.com/setten-io/twelvepool/blob/main/README.md" readme = "README.md" keywords = ["blockchain", "terra", "mempool", "cosmos", "tendermint"] categories = ["asynchronous", "cryptography::cryptocurrencies"] license = "GPL-3.0-or-later" repository = "https://github.com/setten-io/twelvepool" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.tokio-test] version = "0.4"