aquavm/crates/air-lib/trace-handler/Cargo.toml
renovate[bot] ad504bce8b
Update all non-major Rust dependencies (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 14:07:34 +03:00

26 lines
587 B
TOML

[package]
name = "air-trace-handler"
version = "0.1.0"
description = "Implementation of AIR trace handler"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
publish = false
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
[lib]
name = "air_trace_handler"
path = "src/lib.rs"
[dependencies]
air-interpreter-data = { path = "../interpreter-data" }
air-log-targets = { path = "../log-targets" }
air-parser = { path = "../air-parser" }
bimap = "0.6.2"
serde_json = "1.0.85"
log = "0.4.17"
thiserror = "1.0.35"
tracing = "0.1.36"