# 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.1.1" authors = ["Roman Proskuryakov ", "Evgeny Kurnevsky ", "Namsoo CHO "] 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 = "GPL-3.0+" 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 " maintainer-scripts = "dpkg/info" priority = "optional" section = "net" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.config] version = "0.10" features = ["yaml"] default-features = false [dependencies.env_logger] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" features = ["std", "async-await"] default-features = false [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.9" [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.2" features = ["net", "time", "rt-core", "rt-threaded"] default-features = false [dependencies.tox] version = "0.1.1" [target."cfg(unix)".dependencies.syslog] version = "5.0"