# 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 = "td-client" version = "0.9.0" authors = ["Mitsunori Komatsu "] description = "Rust Client Library for Treasure Data" homepage = "https://github.com/komamitsu/td-client-rust" readme = "README.md" keywords = ["TreasureData"] license = "Apache-2.0" repository = "https://github.com/komamitsu/td-client-rust" [dependencies.chrono] version = "0.4" features = ["rustc-serialize"] [dependencies.flate2] version = "1.0" features = ["zlib"] default-features = false [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.9" [dependencies.rmp] version = "0.8" [dependencies.rmpv] version = "0.4" [dependencies.rustc-serialize] version = "0.3" [dependencies.tempdir] version = "0.3" [dev-dependencies.mockito] version = "0.25" [dev-dependencies.rand] version = "0.7"