# 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 = "vertex-sdk" version = "0.2.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Official Rust SDK for the Vertex Protocol API" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/vertex-protocol/vertex-rust-sdk" [lib] name = "vertex_sdk" path = "src/lib.rs" [[bin]] name = "vertex-sdk" path = "src/main.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [[example]] name = "client_config" path = "examples/client_config.rs" [[example]] name = "digest" path = "examples/digest.rs" [[example]] name = "no_signer" path = "examples/no_signer.rs" [[example]] name = "orders" path = "examples/orders.rs" [[example]] name = "place_and_cancel" path = "examples/place_and_cancel.rs" [[example]] name = "product_ids_and_symbols" path = "examples/product_ids_and_symbols.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.bincode] version = "1.3.3" features = [] [dependencies.dotenv] version = "0.15.0" [dependencies.ethers] version = "2.0.14" features = ["abigen"] [dependencies.ethers-contract] version = "2.0.14" features = ["abigen"] [dependencies.ethers-core] version = "2.0.14" [dependencies.ethers-middleware] version = "2.0.14" [dependencies.ethers-providers] version = "2.0.14" [dependencies.ethers-signers] version = "2.0.14" [dependencies.eyre] version = "0.6.8" [dependencies.include_dir] version = "0.7.3" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11.27" features = [ "json", "brotli", ] [dependencies.rkyv] version = "0.7.7" features = ["validation"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_url_params] version = "0.2.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38.1" features = ["full"]