openvm 2.0.1

OpenVM standard Rust library for guest programs.
# 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"
rust-version = "1.91.1"
name = "openvm"
version = "2.0.1"
authors = ["OpenVM Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenVM standard Rust library for guest programs."
homepage = "https://openvm.dev"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/openvm-org/"

[package.metadata.cargo-shear]
ignored = [
    "openvm-custom-insn",
    "getrandom",
]

[features]
default = ["getrandom-unsupported"]
getrandom-unsupported = [
    "dep:getrandom",
    "dep:getrandom-v02",
]
heap-embedded-alloc = ["openvm-platform/heap-embedded-alloc"]
std = [
    "serde/std",
    "openvm-platform/std",
]

[lib]
name = "openvm"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.20.0"
features = ["extern_crate_alloc"]
default-features = false

[dependencies.openvm-custom-insn]
version = "2.0.1"
default-features = false

[dependencies.openvm-platform]
version = "2.0.1"
features = ["rust-runtime"]
default-features = false

[dependencies.openvm-rv32im-guest]
version = "2.0.1"
default-features = false

[dependencies.serde]
version = "1.0.201"
features = [
    "derive",
    "alloc",
]
default-features = false

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[target.'cfg(not(target_os = "zkvm"))'.dependencies.num-bigint]
version = "0.4.6"
default-features = false

[target.'cfg(target_os = "zkvm")'.dependencies.getrandom]
version = "0.3"
optional = true
default-features = false

[target.'cfg(target_os = "zkvm")'.dependencies.getrandom-v02]
version = "0.2"
features = ["custom"]
optional = true
default-features = false
package = "getrandom"