forc-tracing 0.29.0

Tracing utility shared between forc crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "forc-tracing"
version = "0.29.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
description = "Tracing utility shared between forc crates."

[dependencies]
ansi_term = "0.12"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }