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 = "vndb"
version = "0.6.3"
authors = ["Douman <douman@gmx.se>"]
description = "Kawaii VNDB API"
documentation = "https://docs.rs/vndb"
readme = "README.md"
keywords = ["vndb"]
license = "MIT"
repository = "https://github.com/DoumanAsh/vndb.rs"
[package.metadata.docs.rs]
features = ["tokio-client"]

[[test]]
name = "client"
path = "tests/client.rs"
required-features = ["tokio-client"]

[[test]]
name = "protocol"
path = "tests/protocol.rs"
[dependencies.bytes]
version = "0"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "0.1"
optional = true

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

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

[dependencies.tokio-rustls]
version = "0.8"
optional = true

[dependencies.webpki-roots]
version = "0.15"
optional = true

[features]
tokio-client = ["tokio", "tokio-rustls", "webpki-roots"]
[badges.travis-ci]
repository = "DoumanAsh/vndb.rs"