# 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 = "structured_persistent_logger" version = "0.1.0" description = "A structured 'log' logger that allows for persistent fields" documentation = "https://docs.rs/klaatu01/0.1.0/structured_persistent_logger/" readme = "README.md" keywords = [ "log", "structured", "persistent", "logger", ] license = "MIT" repository = "https://github.com/klaatu01/structured_persistent_logger" [dependencies.chrono] version = "0.4.31" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" features = ["kv_unstable_serde"] [dependencies.serde] version = "1.0.192" [dependencies.serde_json] version = "1.0.108"