# 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 = "datadog-apm" version = "0.2.0" authors = ["Fernando Gonçalves "] description = "Datadog apm low level client for rust" homepage = "https://github.com/pipefy/datadog-apm-rust" documentation = "https://docs.rs/datadog-apm" readme = "README.md" license = "MIT" repository = "https://github.com/pipefy/datadog-apm-rust" [dependencies.hyper] version = "0.13" [dependencies.log] version = "0.4" [dependencies.rmp] version = "0.8" [dependencies.rmp-serde] version = "0.14.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "0.2" features = ["macros", "sync"] [dev-dependencies.rand] version = "0.3" [dev-dependencies.serde_json] version = "1"