# 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-zkvm-platform" version = "1.2.1-rc.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RISC Zero zero-knowledge VM" homepage = "https://risczero.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [package.metadata.docs.rs] features = [ "rust-runtime", "panic-handler", "entrypoint", "export-syscalls", "export-libm", "export-getrandom", "getrandom", "unstable", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "risc0_zkvm_platform" path = "src/lib.rs" [dependencies.stability] version = "0.2" [features] default = [] entrypoint = [] export-getrandom = [ "dep:bytemuck", "dep:getrandom", ] export-libm = ["dep:libm"] export-syscalls = [] getrandom = ["export-getrandom"] heap-embedded-alloc = [ "dep:critical-section", "dep:embedded-alloc", "rust-runtime", ] panic-handler = [] rust-runtime = [ "export-libm", "export-syscalls", ] sys-args = [] sys-getenv = [] unstable = [] [target.'cfg(target_os = "zkvm")'.dependencies.bytemuck] version = "1.13" optional = true [target.'cfg(target_os = "zkvm")'.dependencies.critical-section] version = "1.1.2" optional = true [target.'cfg(target_os = "zkvm")'.dependencies.embedded-alloc] version = "0.6.0" features = ["allocator_api"] optional = true [target.'cfg(target_os = "zkvm")'.dependencies.getrandom] version = "0.2" features = ["custom"] optional = true [target.'cfg(target_os = "zkvm")'.dependencies.libm] version = "0.2" optional = true