# 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-sdk" version = "1.1.3" description = "Bonsai Software Development Kit" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.duplicate] version = "1.0" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["fs"] optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.bytemuck] version = "1.14" [dev-dependencies.hex] version = "0.4" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tokio] version = "1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.uuid] version = "1.10" features = ["v4"] [features] default = [] non_blocking = ["dep:tokio"]