syslog_rfc3164 0.1.0

Parser for RFC3164 (IETF-format) syslog messages
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "syslog_rfc3164"
version = "0.1.0"
authors = ["James Brown <roguelazer@roguelazer.com>", "Xavier Lange <xrlange@tureus.com>"]
description = "Parser for RFC3164 (IETF-format) syslog messages"
homepage = "https://github.com/tureus/rust-syslog-rfc3164"
readme = "README.md"
license = "ISC"
repository = "https://github.com/tureus/rust-syslog-rfc3164"
[dependencies.assert_matches]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "^0.1"
[dev-dependencies.timeit]
version = "0.1"