# 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 = "limnus-log" version = "0.0.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Initializes logging" readme = "README.md" categories = ["game-development"] license = "MIT" repository = "https://github.com/swamp/limnus" [lib] name = "limnus_log" path = "src/lib.rs" [dependencies.limnus-app] version = "0.0.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.1" features = [ "registry", "env-filter", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.env_logger] version = "0.11.5" [target.'cfg(target_arch = "wasm32")'.dependencies.tracing-wasm] version = "0.2.1"