# 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 = "2018" name = "tracing-fluent-assertions" version = "0.3.0" authors = ["Toby Lawrence "] description = "An fluent assertions framework for tracing." homepage = "https://github.com/tobz/tracing-fluent-assertions" documentation = "https://docs.rs/tracing-fluent-assertions" readme = "README.md" keywords = ["tracing", "fluent-assertions", "testing", "async"] categories = ["development-tools::debugging", "development-tools::testing"] license = "MIT" repository = "https://github.com/tobz/tracing-fluent-assertions" [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-core] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" default-features = false