hanzo-runtime-tests 0.1.2

Hanzo AI - Runtime Tests Library
# 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-runtime-tests"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hanzo AI - Runtime Tests Library"
readme = false
license = "MIT"
repository = "https://github.com/hanzonet/network"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bollard]
version = "0.17"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.criterion]
version = "0.5"

[dependencies.hanzo-db-sqlite]
version = "1.1.13"

[dependencies.hanzo-messages]
version = "1.1.13"

[dependencies.hanzo-tools]
version = "1.1.21"

[dependencies.hanzo-wasm-runtime]
version = "1.1.21"

[dependencies.include_dir]
version = "0.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.10"

[dependencies.tokio]
version = "1.38"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.wat]
version = "1.217"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.0"