# 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" rust-version = "1.80" name = "fermah-rpc" version = "0.1.3" authors = ["Fermah Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fermah RPC client/server." homepage = "https://fermah.xyz" documentation = "https://docs.fermah.xyz" readme = "README.md" keywords = [ "zero-knowledge", "proofs", "crypto", "zk", "avs", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/fermah-xyz/seek" [lib] name = "fermah_rpc" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.blake3] version = "1.5.1" features = [ "serde", "rayon", "mmap", ] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.const-hex] version = "1.12.0" [dependencies.ethers] version = "2.0.14" features = [ "abigen", "ws", ] [dependencies.fermah-common] version = "0.2.0" [dependencies.fermah-database] version = "0.1.3" optional = true [dependencies.fermah-telemetry] version = "0.1.3" [dependencies.futures-util] version = "0.3.30" [dependencies.jsonrpsee] version = "0.24.0" features = ["full"] [dependencies.opentelemetry] version = "0.23.0" features = [ "trace", "metrics", "logs", "logs_level_enabled", ] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = [ "http2", "json", "stream", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [features] client = [] db = ["dep:fermah-database"] default = ["client"] server = ["db"]