# 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 = "boundless-market" version = "0.4.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for the Boundless Market, part of the universal ZK protocol" homepage = "https://beboundless.xyz/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/boundless-xyz/boundless/" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "boundless_market" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8" [dependencies.alloy-sol-types] version = "0.8" features = ["json"] [dependencies.anyhow] version = "1.0" [dependencies.risc0-zkvm] version = "1.2" features = ["std"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" [dev-dependencies.tracing-test] version = "0.2" features = ["no-env-filter"] [build-dependencies.serde_json] version = "1.0" [features] default = [] test-utils = [] [target.'cfg(not(target_os = "zkvm"))'.dependencies.alloy] version = "0.6" features = [ "network", "node-bindings", "rpc-types", "providers", "transports", "sol-types", "contract", "signers", "signer-local", ] [target.'cfg(not(target_os = "zkvm"))'.dependencies.async-stream] version = "0.3" [target.'cfg(not(target_os = "zkvm"))'.dependencies.async-trait] version = "0.1" [target.'cfg(not(target_os = "zkvm"))'.dependencies.aws-sdk-s3] version = "1.34" [target.'cfg(not(target_os = "zkvm"))'.dependencies.bytemuck] version = "1.16" [target.'cfg(not(target_os = "zkvm"))'.dependencies.chrono] version = "0.4" features = ["serde"] [target.'cfg(not(target_os = "zkvm"))'.dependencies.clap] version = "4.5" features = [ "derive", "env", ] [target.'cfg(not(target_os = "zkvm"))'.dependencies.futures-util] version = "0.3" [target.'cfg(not(target_os = "zkvm"))'.dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.rand] version = "0.8" [target.'cfg(not(target_os = "zkvm"))'.dependencies.reqwest] version = "0.12" features = [ "json", "multipart", ] [target.'cfg(not(target_os = "zkvm"))'.dependencies.risc0-aggregation] version = "0.1.0" [target.'cfg(not(target_os = "zkvm"))'.dependencies.risc0-ethereum-contracts] version = "1.2" features = ["unstable"] [target.'cfg(not(target_os = "zkvm"))'.dependencies.risc0-zkvm] version = "1.2" features = [ "std", "client", ] default-features = false [target.'cfg(not(target_os = "zkvm"))'.dependencies.serde_json] version = "1.0" [target.'cfg(not(target_os = "zkvm"))'.dependencies.siwe] version = "0.6" features = ["serde"] [target.'cfg(not(target_os = "zkvm"))'.dependencies.tempfile] version = "3.10" [target.'cfg(not(target_os = "zkvm"))'.dependencies.time] version = "0.3" [target.'cfg(not(target_os = "zkvm"))'.dependencies.tokio] version = "1" [target.'cfg(not(target_os = "zkvm"))'.dependencies.tokio-tungstenite] version = "0.24" [target.'cfg(not(target_os = "zkvm"))'.dependencies.tracing] version = "0.1" [target.'cfg(not(target_os = "zkvm"))'.dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [target.'cfg(not(target_os = "zkvm"))'.dependencies.utoipa] version = "5.2"