hanzo-vm 1.1.21

Hanzo Network — EVM with precompiles for PQ verify, Quasar, AI inference, AI embedding (0x0101/0x0102/0x0201/0x0202)
# 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 = "hanzo-vm"
version = "1.1.21"
authors = ["Nico Arqueros <nico@hanzo.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hanzo Network — EVM with precompiles for PQ verify, Quasar, AI inference, AI embedding (0x0101/0x0102/0x0201/0x0202)"
readme = false
license = "MIT"
repository = "https://github.com/hanzonet/network"

[features]
default = []

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

[dependencies.anyhow]
version = "1.0.94"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.blake3]
version = "1.2.0"

[dependencies.hanzo-engine]
version = "0.6.0"

[dependencies.hanzo-pqc]
version = "1.1.21"
package = "hanzonet-pqc"

[dependencies.hex]
version = "=0.4.3"

[dependencies.log]
version = "0.4.20"

[dependencies.luxprecompile-sys]
version = "0.1"

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.117"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
version = "1.36"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "net",
    "sync",
    "time",
]

[dev-dependencies.tempfile]
version = "3.19"

[dev-dependencies.tokio-test]
version = "0.4"