# 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 = "fruently" version = "0.10.0" authors = ["Hiroshi Hatake "] build = "build.rs" description = "A yet another Fluentd logger for Rust." license-file = "LICENSE" repository = "https://github.com/cosmo0920/fruently" [dependencies.byteorder] version = "^1.0.0" [dependencies.clippy] version = "0.0.116" optional = true [dependencies.retry] version = "~0.4.0" [dependencies.rmp] version = "~0.8.0" [dependencies.rmp-serde] version = "~0.13.0" [dependencies.serde] version = "~1.0.0" [dependencies.serde_derive] version = "~1.0.0" [dependencies.serde_json] version = "~1.0.0" [dependencies.skeptic] version = "~0.9" optional = true [dependencies.time] version = "~0.1.34" [dev-dependencies.failure] version = "~0.1.1" [dev-dependencies.skeptic] version = "~0.9" default-features = false [dev-dependencies.tempdir] version = "~0.3" [build-dependencies.skeptic] version = "~0.9" default-features = false [features] dev = ["clippy"] fluentd = [] readme-testing = ["skeptic"] time-as-integer = []