# 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 = "rigz_vm" version = "0.35.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Register based VM for rigz" readme = "README.md" keywords = [ "rigz", "vm", ] license = "MIT" repository = "https://gitlab.com/inapinch/rigz/crates/vm" [lib] name = "rigz_vm" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "number_benchmarks" path = "benches/number_benchmarks.rs" harness = false [[bench]] name = "value_benchmarks" path = "benches/value_benchmarks.rs" harness = false [[bench]] name = "vm_benchmarks" path = "benches/vm_benchmarks.rs" harness = false [dependencies.derive_more] version = "1.0.0" features = ["into_iterator"] [dependencies.dyn-clone] version = "1.0.17" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.log-derive] version = "0.4.1" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.backtrace-on-stack-overflow] version = "0.3.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pretty_env_logger] version = "0.5.0" [features] default = [] derive = [ "dep:proc-macro2", "dep:quote", ] log_std_out = []