corevm 0.1.28

The JAM CoreVM Service, a container service for running regular software on JAM.
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"
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 = "The JAM CoreVM Service, a container service for running regular software on JAM."
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkajam.git"

[features]
default = ["logging"]
logging = ["jam-pvm-common/logging"]
no-logging = [
    "log/max_level_off",
    "log/release_max_level_off",
]

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

[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-engine]
version = "0.1.28"

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

[dependencies.ed25519-consensus]
version = "2.1.0"
features = []
default-features = false

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

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

[dependencies.log]
version = "0.4.27"

[dependencies.polkavm-derive]
version = "0.30.0"
features = []
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