# 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 = "2018" name = "syslog_rfc5424" version = "0.9.0" authors = ["James Brown "] description = "Parser for RFC5424 (IETF-format) syslog messages" homepage = "https://github.com/Roguelazer/rust-syslog-rfc5424" documentation = "https://docs.rs/syslog_rfc5424/" readme = "README.md" license = "ISC" repository = "https://github.com/Roguelazer/rust-syslog-rfc5424" [package.metadata.docs.rs] all-features = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dev-dependencies.timeit] version = "0.1" [features] serde-serialize = [ "serde", "serde_json", ]