# 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 = "tracing-modality" version = "0.3.0" description = "This crate provides a `tracing` `Layer` (and `Subscriber`) for emitting trace data to Auxon Modality" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-tracing-rs" [dependencies.anyhow] version = "1" [dependencies.auxon-sdk] version = "1.0" features = ["modality"] [dependencies.dirs] version = "4" [dependencies.duplicate] version = "0.4.1" [dependencies.hex] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "net", "sync", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.ctrlc] version = "3.2.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [features] async = [] blocking = [] default = [ "async", "blocking", ]