# 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 = "arpa-log" version = "0.2.2" build = false exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An attribute macro for logging function context with MDC" homepage = "https://github.com/ARPA-Network/BLS-TSS-Network" documentation = "https://docs.arpanetwork.io/" readme = false keywords = [ "arpa", "randcast", "DKG", "BLS", "threshold", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ARPA-Network/BLS-TSS-Network" [lib] name = "arpa_log" path = "src/lib.rs" [dependencies.arpa-log-impl] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.log-mdc] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.async-trait] version = "0.1.35" [dev-dependencies.once_cell] version = "1.16.0" [dev-dependencies.parking_lot] version = "0.12" [dev-dependencies.serde] version = "1.0.106" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.53" [dev-dependencies.tokio] version = "1.37.0" features = ["full"]