# 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 = "logup" version = "0.1.0" build = false exclude = [ "/.github/", "/.gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Logup is a UNIX-style command that can be used to pipe stdout logs to location on disk or in the cloud without the need of an agent, logrotate, systemd or other configuration files" readme = "README.md" keywords = [ "logging", "cloud", "linux", "cli", "pipe", ] categories = [ "command-line-interface", "development-tools::debugging", ] license = "GPL-3.0-or-later" repository = "https://github.com/lucabrunox/logup" [lib] name = "logup" path = "src/lib.rs" [[bin]] name = "logup" path = "src/main.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.aws-config] version = "1.5.5" [dependencies.aws-sdk-cloudwatchlogs] version = "1.47.0" [dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [dependencies.hostname] version = "0.4.0" [dependencies.mockall] version = "0.13.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "macros", "io-std", ]