# 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 = "logscale-log" version = "0.1.2" authors = ["Anders Kloborg (anderskloborg@gmail.com)"] description = "A log implementation ingesting logs into Falcon LogScale using the logscale-client package." documentation = "https://docs.rs/logscale-log" readme = "README.md" license = "MIT" repository = "https://github.com/sunero4/logscale-rs" resolver = "1" [[example]] name = "log_structured" path = "examples/log_structured.rs" [[example]] name = "log_unstructured" path = "examples/log_unstructured.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.log] version = "0.4.19" features = [ "std", "kv_unstable_serde", ] [dependencies.logscale-client] version = "0.1.2" [dependencies.serde] version = "1.0.182" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.structured-logger] version = "1.0.3" [dependencies.tokio] version = "1" features = ["full"]