# 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 = "rain-ob" version = "0.2.0" description = "Rain orderbook CLI." license = "CAL-1.0" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.graphql_client] version = "0.12.0" [dependencies.once_cell] version = "1.17.1" [dependencies.reqwest] version = "0.11.17" features = ["json"] [dependencies.rust-bigint] version = "1.2.0" [dependencies.serde] version = "1.0.160" [dependencies.serde_bytes] version = "0.11.9" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"