# 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 = "barreleye" version = "0.0.1" description = "Open-source blockchain analytics tool." homepage = "https://barreleye.com" documentation = "https://docs.rs/barreleye" readme = "README.md" keywords = [ "blockchain", "cryptocurrency", "insights", "analytics", "kyc", ] license = "MPL-2.0" repository = "https://github.com/barreleye/barreleye" [[bin]] name = "barreleye" path = "src/main.rs" [dependencies.barreleye-common] version = "0.0.1" [dependencies.barreleye-indexer] version = "0.0.1" [dependencies.barreleye-server] version = "0.0.1" [dependencies.chrono] version = "0.4.23" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "4.0.32" features = ["cargo"] [dependencies.color-eyre] version = "0.6.2" [dependencies.console] version = "0.15.4" [dependencies.eyre] version = "0.6.8" [dependencies.fern] version = "0.6.1" features = ["colored"] [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = ["rustls-tls"] [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", ]