# 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.82.0" name = "spark-proxy-sdk" version = "0.0.2" authors = ["ComposabilityLabs"] build = false include = [ "spark-proxy/out/release/*", "src/lib.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for interacting with the Spark Proxy" readme = "README.md" keywords = [ "fuel", "sdk", "spark", "proxy", "orderbook", ] license = "Apache-2.0" repository = "https://github.com/compolabs/orderbook-contract" resolver = "1" [lib] name = "spark_proxy_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.fuels] version = "0.66.9" features = ["fuel-core-lib"] [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.41.0" features = [ "rt", "macros", ]