agnes 0.2.0

A data wrangling library for 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 = "agnes"
version = "0.2.0"
authors = ["Jamie Blondin <jblondin@gmail.com>"]
exclude = ["tests/data/*"]
autoexamples = true
description = "A data wrangling library for Rust"
license-file = "LICENSE"
repository = "https://github.com/jblondin/agnes"

[[example]]
name = "exp_gdp_life"
path = "exp_examples/gdp_life.rs"
required-features = ["experimental"]
[dependencies.bit-vec]
version = "0.4.4"

[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.csv-sniffer]
version = "0.1"

[dependencies.encoding]
version = "0.2"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.hyper-tls]
version = "0.1"

[dependencies.indexmap]
version = "0.4"

[dependencies.mashup]
version = "0.1"

[dependencies.native-tls]
version = "0.1"

[dependencies.num-traits]
version = "0.2.5"

[dependencies.prettytable-rs]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.rand]
version = "0.5"

[dev-dependencies.serde_json]
version = "1.0"

[features]
experimental = []