tox-node 0.0.8

A server application to run tox node
# 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 = "tox-node"
version = "0.0.8"
authors = ["Roman Proskuryakov <humbug@deeptown.org>", "Evgeny Kurnevsky <kurnevsky@gmail.com>", "Namsoo CHO <nscho66@gmail.com>"]
description = "A server application to run tox node"
documentation = "https://docs.rs/crate/tox-node/"
readme = "README.md"
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/tox-rs/tox-node/"
[package.metadata.deb]
assets = [["target/release/tox-node", "/usr/bin/", "755"], ["README.md", "/usr/share/doc/tox-node/README", "644"], ["dpkg/tox-node.service", "/lib/systemd/system/", "644"], ["dpkg/config.yml", "/etc/tox-node/", "644"]]
conf-files = ["/etc/tox-node/config.yml"]
depends = "$auto, systemd"
extended-description = "A server application to run tox node written in pure Rust"
license-file = ["LICENSE"]
maintainer = "Roman Proskuryakov <humbug@deeptown.org>"
maintainer-scripts = "dpkg/info"
priority = "optional"
section = "net"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"

[dependencies.config]
version = "0.9"
features = ["yaml"]
default-features = false

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.hex]
version = "0.3"

[dependencies.itertools]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

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

[dependencies.serde_yaml]
version = "0.8"

[dependencies.tokio]
version = "0.1"
features = ["tcp", "udp", "timer", "codec", "rt-full"]
default-features = false

[dependencies.tox]
version = "0.0.10"
[target."cfg(unix)".dependencies.syslog]
version = "4.0"