# 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 = "kaggle" version = "1.0.3" authors = ["Matthias Seitz "] description = "Unofficial rust implementation of the kaggle api" documentation = "https://docs.rs/kaggle/" keywords = ["kaggle", "data-science", "datasets"] categories = ["science", "web-programming"] license = "Apache-2.0" repository = "https://github.com/mattsse/kaggle-rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.11" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dirs] version = "2.0" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.8" [dependencies.reqwest] version = "0.10" features = ["json", "stream"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1" [dependencies.tar] version = "0.4" [dependencies.tempdir] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["fs", "io-util"] [dependencies.tokio-util] version = "0.3" features = ["codec"] [dependencies.walkdir] version = "2.3" [dependencies.zip] version = "0.5" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [badges.travis-ci] repository = "https://github.com/mattsse/kaggle-rs"