tsproto 0.1.0

An implementation of the TeamSpeak3 protocol as a library for use in clients and bots.
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]
edition = "2018"
name = "tsproto"
version = "0.1.0"
authors = ["Flakebi <flakebi@t-online.de>"]
build = "build/build.rs"
include = ["Cargo.toml", "README.md", "**/*.rs"]
autobenches = false
description = "An implementation of the TeamSpeak3 protocol as a library for use in clients and bots."
readme = "README.md"
keywords = ["teamspeak3", "ts3", "voip"]
categories = ["multimedia"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ReSpeak/tsclientlib"

[[bench]]
name = "modpow"
harness = false

[[bench]]
name = "command"
harness = false

[[bench]]
name = "connect"
harness = false

[[bench]]
name = "message"
harness = false
[dependencies.aes]
version = "0.3"

[dependencies.arrayref]
version = "0.3"

[dependencies.base64]
version = "0.10"

[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.curve25519-dalek]
version = "1"

[dependencies.derive_more]
version = "0.14"

[dependencies.eax]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.flakebi-ring]
version = "0.14.6"

[dependencies.futures]
version = "0.1"

[dependencies.nom]
version = "4"

[dependencies.num-bigint]
version = "0.2"

[dependencies.num-derive]
version = "0.2"

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

[dependencies.parking_lot]
version = "0.7"

[dependencies.quicklz]
version = "0.2"

[dependencies.rand]
version = "0.6"

[dependencies.rental]
version = "0.5"

[dependencies.rug]
version = "1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.simple_asn1]
version = "0.4"

[dependencies.slog]
version = "2"
features = ["max_level_debug", "release_max_level_debug"]

[dependencies.slog-async]
version = "2"

[dependencies.slog-perf]
version = "0.2"

[dependencies.slog-term]
version = "2"

[dependencies.stable_deref_trait]
version = "1"

[dependencies.tokio]
version = "0.1"

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

[dependencies.untrusted]
version = "0.6"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.structopt]
version = "0.2"

[dev-dependencies.tokio-signal]
version = "0.2"
[build-dependencies.built]
version = "0.3"
[badges.travis-ci]
repository = "ReSpeak/tsclientlib"