# 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" rust-version = "1.70" name = "pogr_tracing_rs" version = "0.0.35" authors = [ "Bioblaze Payne", "Randolph William Aarseth II ", ] include = [ "**/*.rs", "Cargo.toml", ] description = "pogr_tracing_rs is a Crate to allow log collection from the tracing crate, easy and simple." homepage = "https://pogr.io/" documentation = "https://docs.rs/pogr_tracing_rs" readme = "README.md" keywords = [ "gamedev", "analytics", "logging", "statistics", ] categories = [ "api-bindings", "development-tools", "development-tools::debugging", "game-development", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/Pogr-io/pogr_tracing_rs/" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.criterion] version = "0.4.0" features = ["async"] [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"