# 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 = "cisco-logger" version = "0.1.1" authors = ["Mariusz Białończyk"] include = ["/README.md", "/LICENSE", "/Cargo.toml", "/Cargo.lock", "/src/*.rs", "systemd/*.service", "images/*"] description = "Utility for parsing and coloring cisco RFC 3164 syslog messages" homepage = "https://github.com/manio/cisco-logger" documentation = "https://github.com/manio/cisco-logger" readme = "README.md" keywords = ["cisco", "logger", "syslog", "paris", "rfc3164"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/manio/cisco-logger" resolver = "2" [dependencies.paris] version = "1.5.8" [dependencies.rust-ini] version = "0.10.3" [dependencies.syslog_loose] version = "0.16.0"