# 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 = "2021" name = "tokio-fluent" version = "0.5.0" authors = ["johnmanjiro13"] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "A fluentd client using tokio" readme = "README.md" keywords = [ "fluentd", "tokio", ] license = "MIT" repository = "https://github.com/johnmanjiro13/tokio-fluent" [dependencies.base64] version = "0.21.5" [dependencies.bytes] version = "1.4.0" features = ["serde"] [dependencies.chrono] version = "0.4.26" [dependencies.log] version = "0.4.20" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.tokio] version = "1.31.0" features = [ "net", "time", "io-util", "rt", "sync", ] [dependencies.uuid] version = "1.5.0" features = ["v4"] [dev-dependencies.tokio] version = "1.31.0" features = [ "macros", "rt-multi-thread", ]