native-v86-core 0.1.6

Native Rust x86 CPU interpreter core ported from v86
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 = "native-v86-core"
version = "0.1.6"
authors = ["x86 contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust x86 CPU interpreter core ported from v86"
readme = false
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/illussioon/x86"

[features]
default = ["native-interpreter"]
native-interpreter = []
profiler = []

[lib]
name = "native_v86_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.serde_json]
version = "1.0"

[build-dependencies.cc]
version = "1.0"

[profile.dev]
opt-level = 2
lto = true
panic = "abort"
overflow-checks = false

[profile.release]
opt-level = 3
lto = true
panic = "abort"
incremental = false

[profile.test]
opt-level = 2
lto = false
overflow-checks = false