# 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 = "syslogio" version = "0.2.1" authors = ["Jakub Pastuszek "] description = "Command line utilities to work with UNIX syslog" homepage = "https://sr.ht/~jpastuszek/syslogio/" readme = "README.md" keywords = ["unix", "syslog", "logger", "daemon"] categories = ["command-line-utilities"] license = "MIT" repository = "https://git.sr.ht/~jpastuszek/syslogio" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.gethostname] version = "0.2.3" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.16" [dependencies.multistream-batch] version = "1.2.0" [dependencies.problem] version = "5.3.0" [dependencies.regex] version = "1.5.5" [dependencies.stderrlog] version = "0.5.1" [dependencies.structopt] version = "0.3.26" [dependencies.tai64] version = "4.0.0"