# 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 = "bonsai-rest-api-mock" version = "0.6.1" description = "An HTTP REST API server to mock the Bonsai-alpha prover interface." homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.7" features = ["macros"] [dependencies.bincode] version = "1.3" [dependencies.bonsai-sdk] version = "0.6.1" default-features = false [dependencies.hex] version = "0.4" [dependencies.risc0-zkvm] version = "0.20.1" features = ["client"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "full", "sync", ] [dependencies.tower-http] version = "0.5" features = ["trace"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.4" features = [ "v4", "serde", ] [dev-dependencies.bonsai-sdk] version = "0.6.1" features = ["async"] default-features = false [features] cuda = ["risc0-zkvm/cuda"] default = [] metal = ["risc0-zkvm/metal"] prove = ["risc0-zkvm/prove"]