# 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 = "syslog_parse" version = "1.0.2" authors = ["step-baby <3528004749@qq.com>"] description = "parse syslog,check syslog format" documentation = "https://docs.rs/syslog-parse" readme = "README.md" keywords = [ "syslog", "syslog_parse", "syslog-parse", ] license = "MIT AND Apache-2.0" repository = "https://github.com/step-baby/syslog-parse.git" [lib] name = "syslog_parse" [dependencies.chrono] version = "0.4.19" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.strum_macros] version = "0.22.0" [dependencies.thiserror] version = "1.0.31"