# 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 = "mina_mesh" version = "0.1.0-beta.1" authors = ["Mina Foundation"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Server Implementation of the Mesh Spec for Mina" readme = "README.md" license = "Apache-2.0" [lib] name = "mina_mesh" path = "src/lib.rs" [[bin]] name = "mina-mesh" path = "src/bin/mina-mesh.rs" [[test]] name = "account_balance" path = "tests/account_balance.rs" [[test]] name = "block" path = "tests/block.rs" [[test]] name = "network_list" path = "tests/network_list.rs" [dependencies.aide] version = "0.13.4" features = ["scalar"] [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.clap] version = "4.5.11" features = [ "derive", "env", ] [dependencies.coinbase-mesh] version = "0.1.0" [dependencies.convert_case] version = "0.6.0" [dependencies.cynic] version = "3.7.3" features = ["http-reqwest-blocking"] [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.dotenv] version = "0.15.0" [dependencies.envy] version = "0.4.2" [dependencies.futures] version = "0.3.30" [dependencies.paste] version = "1.0.15" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "postgres", "json", ] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.tokio] version = "1.39.2" features = [ "full", "test-util", ] [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.cynic-codegen] version = "3.7.3" [build-dependencies.cynic-querygen] version = "3.7.3" [build-dependencies.indoc] version = "2.0.5"