# 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 = "quandl-v3" version = "1.2.0" authors = ["Damien Levac "] description = "Rust bindings for the Quandl v3 API." homepage = "https://github.com/Proksima/quandl" documentation = "http://proksima.github.io/quandl-v3-doc/quandl_v3/index.html" readme = "README.md" keywords = ["database", "api", "data", "mining", "quandl"] license = "MPL-2.0" repository = "https://github.com/Proksima/quandl" [dependencies.csv] version = "1.1" [dependencies.has] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.num_cpus] version = "1.0" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.zip] version = "0.2"