# 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-market-sdk" version = "0.6.6" authors = ["ComposabilityLabs"] build = false include = [ "spark-market/out/release/*", "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 Market" readme = "README.md" keywords = [ "fuel", "sdk", "spark", "market", "orderbook", ] license = "Apache-2.0" repository = "https://github.com/compolabs/orderbook-contract" resolver = "1" [lib] name = "spark_market_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.fuels] version = "0.66.10" features = ["fuel-core-lib"] [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.41.1" features = [ "rt", "macros", ]