# 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 = "checkpointq" version = "0.1.0" authors = ["Dadepo "] description = "Tool for establishing checkpoint quorum for finalized checkpoints across multiple checkpoint providers" homepage = "https://github.com/dadepo/checkpointq" readme = "README.md" keywords = [ "Ethereum", "BeaconChain", "Eth", "Consensus", ] license = "MIT" repository = "https://github.com/dadepo/checkpointq" [profile.release] panic = "abort" [lib] name = "checkpointq_lib" path = "src/lib.rs" [[bin]] name = "checkpointq" path = "src/main.rs" [dependencies.async-trait] version = "0.1.59" [dependencies.axum] version = "0.6.1" [dependencies.axum-macros] version = "0.3.0" [dependencies.clap] version = "4.0.24" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.futures] version = "0.3.25" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.http] version = "0.2.8"