# 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] edition = "2018" name = "libhoney-rust" version = "0.1.6" authors = ["Norberto Lopes "] exclude = [".gitignore", ".travis.yml"] description = "Rust library for sending data to Honeycomb" documentation = "https://docs.rs/libhoney-rust" readme = "README.md" keywords = ["web", "honeycomb", "api"] categories = ["network-programming", "asynchronous", "api-bindings", "web-programming"] license = "MIT" repository = "https://github.com/nlopes/libhoney-rust.git" [lib] name = "libhoney" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.11" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.10.8" features = ["blocking", "json"] default-features = false [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "0.2" features = ["time"] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.mockito] version = "0.28" [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] [badges.travis-ci] branch = "master" repository = "nlopes/libhoney-rust"