corevm-engine 0.1.28

CoreVM engine that drives program execution either on the builder or CoreVM service side
Documentation
# 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 = "corevm-engine"
version = "0.1.28"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CoreVM engine that drives program execution either on the builder or CoreVM service side"
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkajam.git"

[features]
default = []
sim = []
std = [
    "bytes/std",
    "thiserror/std",
    "codec/std",
    "polkavm/std",
    "jam-types/std",
    "jam-pvm-common/std",
    "jam-program-blob-common/std",
    "corevm-host/std",
    "corevm-codec/std",
]

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

[dependencies.blake2b_simd]
version = "1"
features = []
default-features = false

[dependencies.bytes]
version = "1.7.1"
default-features = false

[dependencies.codec]
version = "0.1.1"
features = [
    "derive",
    "max-encoded-len",
]
default-features = false
package = "jam-codec"

[dependencies.corevm-codec]
version = "0.2.0"

[dependencies.corevm-host]
version = "0.1.28"

[dependencies.corevm-types]
version = "0.1.28"
features = []
default-features = false

[dependencies.jam-program-blob-common]
version = "0.1.28"
features = ["polkavm"]
default-features = false

[dependencies.jam-pvm-common]
version = "0.1.28"
default-features = false

[dependencies.jam-types]
version = "0.1.28"
features = ["bytes"]
default-features = false

[dependencies.log]
version = "0.4.27"

[dependencies.polkakernel]
version = "0.1.0"

[dependencies.polkavm]
version = "0.30.0"
features = []
default-features = false

[dependencies.thiserror]
version = "2.0"
features = []
default-features = false

[dev-dependencies.env_logger]
version = "0.10"
features = [
    "color",
    "auto-color",
    "humantime",
]
default-features = false

[dev-dependencies.rand]
version = "0.9"
features = [
    "small_rng",
    "std",
    "thread_rng",
    "small_rng",
]
default-features = false

[lints.clippy]
fn_to_numeric_cast_any = "deny"
new_without_default = "allow"
redundant_closure = "allow"
result_unit_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unwrap_used = "deny"
use_debug = "deny"

[lints.clippy.correctness]
level = "deny"
priority = -1