# 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-shared" version = "0.1.5" authors = ["JakkuSakura "] description = "Share tracing bwtween dylibs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/JakkuSakura/tracing-shared-rs" [dependencies.log] version = "0.4" optional = true [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tracing] version = "0.1" features = [] [dev-dependencies.libloading] version = "0.8" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["log"] log = ["dep:log"] tokio = ["dep:tokio"]