bigml 0.0.8

BigML client bindings (WORK IN PROGRESS, unstable Rust)
Documentation
# 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 = "bigml"
version = "0.0.8"
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "BigML client bindings (WORK IN PROGRESS, unstable Rust)"
documentation = "https://docs.rs/bigml/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/faradayio/bigml-rs"
[dependencies.serde]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "0.5.0"
features = ["v4"]

[dependencies.log]
version = "0.3.6"

[dependencies.serde_derive]
version = "1.0"

[dependencies.lazy_static]
version = "0.2.2"

[dependencies.reqwest]
version = "0.7"

[dependencies.url]
version = "1.2.3"

[dependencies.mime]
version = "0.3"

[dependencies.error-chain]
version = "0.10"
[dev-dependencies.env_logger]
version = "0.4"