# 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 = "witchcraft-log" version = "4.0.0" authors = ["Steven Fackler "] description = "A structured logging facade for Witchcraft servers" categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/palantir/witchcraft-rust-logging" [dependencies.conjure-error] version = "4" [dependencies.conjure-object] version = "4" [dependencies.erased-serde] version = "0.4" [dependencies.lazycell] version = "1.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.pin-project] version = "1.1.5" [dependencies.serde] version = "1.0" [dev-dependencies.futures-executor] version = "0.3.30" [dev-dependencies.serde-value] version = "0.7" [dev-dependencies.serde_test] version = "1.0"