-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
44 lines (36 loc) · 1.21 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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 <[email protected]>", "Xavier Lange <[email protected]>"]
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.log]
verison = "0.4.8"
[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"
[dev-dependencies.pretty_env_logger]
version = "~0.3.1"