# 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 = "loki-logger" version = "0.1.3" authors = ["Thomas Nicollet "] description = "A loki logger for the log facade." homepage = "https://github.com/nwmqpa/loki-logger" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/nwmqpa/loki-logger" resolver = "2" [[example]] name = "main" [[example]] name = "with_labels" [[example]] name = "blocking" required-features = ["blocking"] [dependencies.log] version = "0.4.14" features = ["kv_unstable", "std"] [dependencies.reqwest] version = "0.11.6" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.13.0" features = ["full"] [features] blocking = ["reqwest/blocking"] default = ["trust-dns"] trust-dns = ["reqwest/trust-dns"]