aquavm/crates/air-lib/trace-handler/Cargo.toml

26 lines
587 B
TOML
Raw Normal View History

2021-10-05 11:07:38 +00:00
[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" }
2021-10-05 11:07:38 +00:00
air-parser = { path = "../air-parser" }
2022-08-25 21:43:43 +00:00
bimap = "0.6.2"
serde_json = "1.0.85"
log = "0.4.17"
thiserror = "1.0.35"
tracing = "0.1.36"