# 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 = "thegarii" version = "0.0.9" authors = ["info@chainsafe.io"] description = "thegarii firehose service" homepage = "https://github.com/ChainSafe/the-garii" readme = "./README.md" license = "GPL-3.0" repository = "https://github.com/ChainSafe/the-garii" resolver = "2" [[bin]] name = "thegarii" path = "bin/thegarii.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.base64-url] version = "1.4.13" [dependencies.bincode] version = "1.3.3" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.14" [dependencies.prost] version = "0.9" [dependencies.prost-types] version = "0.9" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.9" features = ["gzip", "json"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uint] version = "0.9" [build-dependencies.tonic-build] version = "0.6.2" [features] default = []