# 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.65.0" name = "race-facade" version = "0.0.4" authors = ["RACE Foundation "] publish = true description = "Chain facade for RACE Protocol" homepage = "https://race-protocol.pages.dev" documentation = "https://docs.rs/race" readme = "README.md" keywords = ["blockchain"] license = "MPL-2.0" repository = "https://github.com/RACE-Game/race" [dependencies.anyhow] version = "1.0.64" [dependencies.async-trait] version = "0.1.58" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.futures] version = "0.3.25" [dependencies.getrandom] version = "0.2" [dependencies.hyper] version = "0.14.20" [dependencies.jsonrpsee] version = "0.16.1" features = ["full"] [dependencies.race-core] version = ">= 0.0.3" features = ["serde"] [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.35" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.3.4" features = ["full"] [dependencies.tracing] version = "0.1.36" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "v4", "fast-rng", ]