# 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-server" version = "0.0.1" description = "Open-source blockchain analytics tool." homepage = "https://barreleye.com" documentation = "https://docs.rs/barreleye" license = "MPL-2.0" repository = "https://github.com/barreleye/barreleye" [dependencies.axum] version = "0.6.1" [dependencies.barreleye-common] version = "0.0.1" [dependencies.console] version = "0.15.4" [dependencies.derive_more] version = "0.99.17" [dependencies.eyre] version = "0.6.8" [dependencies.hyper] version = "0.14.23" [dependencies.log] version = "0.4.17" [dependencies.sea-orm] version = "0.10.6" features = [ "sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio-rustls", ] [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["timeout"] [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", ]