algorithmia 2.1.3

Client for calling algorithms and managing data hosted on the Algorithmia marketplace
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 = "algorithmia"
version = "2.1.3"
authors = ["Anthony Nowell <anthony@algorithmia.com>"]
build = "build.rs"
description = "Client for calling algorithms and managing data hosted on the Algorithmia marketplace"
homepage = "https://algorithmia.com/developers/clients/rust/"
documentation = "http://docs.rs/algorithmia"
readme = "README.md"
keywords = ["algorithmia", "algorithm", "client", "machine-learning"]
categories = ["algorithms", "web-programming::http-client", "science"]
license = "MIT"
repository = "https://github.com/algorithmiaio/algorithmia-rust"
[dependencies.mime]
version = "0.2.2"

[dependencies.quick-error]
version = "1.1.0"

[dependencies.serde_derive]
version = "0.9"
optional = true

[dependencies.error-chain]
version = "0.8.1"

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

[dependencies.serde]
version = "0.9"
optional = true

[dependencies.base64]
version = "0.3.0"

[dependencies.reqwest]
version = "0.5"

[dependencies.serde_json]
version = "0.9"
optional = true

[dependencies.hyper]
version = "0.10"
default-features = false

[dependencies.rustc-serialize]
version = "0.3.19"
optional = true

[dependencies.url]
version = "1.4"
[build-dependencies.rustc_version]
version = "0.1.7"

[features]
with-serde = ["serde", "serde_json", "serde_derive", "chrono/serde"]
nightly = []
default = ["with-serde"]
with-rustc-serialize = ["rustc-serialize", "chrono/rustc-serialize"]
[badges.travis-ci]
repository = "algorithmiaio/algorithmia-rust"

[badges.appveyor]
repository = "algorithmiaio/algorithmia-rust"