# 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 = "stumpless" version = "0.1.2" authors = ["Joel Anderson "] description = "Sends log information to a variety of destinations, local and remote." readme = "README.md" keywords = [ "cli", "library", "log", "logging", "utility", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/goatshriek/stumpless-logger/" [dependencies.clap] version = "4.4.18" features = ["cargo"] [dependencies.itertools] version = "0.12.0" [dependencies.regex] version = "1.10.3" [dependencies.stumpless-sys] version = "0.2.0" [build-dependencies.embed-resource] version = "2.4.1" [build-dependencies.stumpless-sys] version = "0.2.0" [features] journald = ["stumpless-sys/journald"] network = ["stumpless-sys/network"] socket = ["stumpless-sys/socket"] wel = ["stumpless-sys/wel"]