# 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 = "slog-syslog5424" version = "0.1.1" authors = ["Mackenzie Hauck "] description = "RFC5424 implementation for slog" homepage = "https://github.com/nocduro/slog-syslog5424" readme = "Readme.md" keywords = ["slog", "syslog", "rfc5424", "5424", "5425"] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/nocduro/slog-syslog5424" [dependencies.chrono] version = "0.4" [dependencies.slog] version = "2.3" [dependencies.syslog5424] version = "0.1"