zkvmc-core 0.0.1

zkVMc core library
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 = "zkvmc-core"
version = "0.0.1"
authors = ["John Xu"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "zkVMc core library"
homepage = "https://github.com/dyxushuai/zkvmc"
readme = false
license = "Apache-2.0"
repository = "https://github.com/dyxushuai/zkvmc"

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

[dependencies.addr2line]
version = "0.24.2"

[dependencies.elf]
version = "0.7.4"

[dependencies.eyre]
version = "0.6.12"

[dependencies.gimli]
version = "0.31.1"
features = ["endian-reader"]

[dependencies.memfd]
version = "0.6.4"

[dependencies.object]
version = "0.36.7"

[dependencies.rustc-demangle]
version = "0.1.24"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.rustix]
version = "1.0.5"
features = ["mm"]

[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1