[package] name = "tox_encryptsave" version = "0.1.0" authors = [ "Zetok Zalbavar ", "Roman Proskuryakov ", "Namsoo CHO ", "Evgeny Kurnevsky ", "Сухарик <65870+suhr@users.noreply.github.com>" ] description = "Encryptsave part of tox" documentation = "https://docs.rs/tox_encryptsave/" 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_crypto = { version = "0.1.0", path = "../tox_crypto" } failure = "0.1"