# 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-core" version = "1.1.3" description = "Core types for RISC Zero crates" homepage = "https://risczero.com/" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytemuck] version = "1.12" features = ["derive"] [dependencies.rand_core] version = "0.6" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] perf = [ "dep:nvtx", "dep:puffin", ] std = [] [target."cfg(not(target_os = \"zkvm\"))".dependencies.nvtx] version = "1.3" optional = true [target."cfg(not(target_os = \"zkvm\"))".dependencies.puffin] version = "0.19" optional = true