# 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 = "risc0-zeroio" version = "0.14.0" description = "RISC Zero zero-copy deserialization" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [dependencies.bytemuck] version = "1.12" [dependencies.impl-trait-for-tuples] version = "0.2" [dependencies.log] version = "0.4" [dependencies.risc0-zeroio-derive] version = "0.14.0" default-features = false [dependencies.risc0-zkvm-platform] version = "0.14.0" default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [features] debug-derive = ["risc0-zeroio-derive/debug-derive"] default = ["std"] std = [] [target."cfg(not(target_os = \"zkvm\"))".dev-dependencies.env_logger] version = "0.10" [target."cfg(not(target_os = \"zkvm\"))".dev-dependencies.test-log] version = "0.2" features = ["trace"] [target."cfg(not(target_os = \"zkvm\"))".dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]