[package] name = "tox_packet" version = "0.1.1" authors = [ "Zetok Zalbavar ", "Roman Proskuryakov ", "Namsoo CHO ", "Evgeny Kurnevsky ", "Сухарик <65870+suhr@users.noreply.github.com>" ] description = "Encoding/decoding for the tox protocol" documentation = "https://docs.rs/tox_packet/" repository = "https://github.com/tox-rs/tox/" keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"] categories = ["multimedia"] license = "GPL-3.0+" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tox_binary_io = { version = "0.1.0", path = "../tox_binary_io", features = ["sodium"] } tox_crypto = { version = "0.1.0", path = "../tox_crypto" } nom = "5.1" cookie-factory = "0.3" bitflags = "1.0" failure = "0.1"