# 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 = "dogtail" version = "0.1.0" authors = ["Oliver Browne"] description = "Tail datadog logs to files, or stdout" homepage = "https://github.com/oliverbrowneprima/dogtail" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/oliverbrowneprima/dogtail" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.20" features = [ "json", "gzip", ] [dependencies.serde_json] version = "1.0.106" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.tracing-tree] version = "0.2.4" features = ["time"]