summaryrefslogtreecommitdiffstats
path: root/third_party/rust/jsparagus-json-log/Cargo.toml
blob: 151bd9d17c3f2fd64ceab34b7babab6e9300d040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jsparagus-json-log"
version = "0.1.0"
authors = ["The jsparagus Project Developers"]
edition = "2018"
license = "MIT/Apache-2.0"

[dependencies]
log = { version = "0.4.0", features = ["max_level_debug", "release_max_level_warn"], optional = true }
serde_json = { version = "1.0", optional = true }

[features]
logging = ["log", "serde_json"]