[package] name = "sign_mail" version = "0.2.2" description = "A simple async library for sending and receiving packets over tcp." edition = "2021" authors = ["Bitbot25 AKA Verified"] # no email for u license = "GPL-2.0" keywords = ["tcp", "packet", "async"] repository = "https://github.com/Bitbot25/sign_mail" # documentation isn't updating it's URL, maybe it's because the data hasn't been changes documentation = "https://docs.rs/sign_mail/0.1.0/sign_mail/" [dependencies] async-std = "1.11.0" async-trait = "0.1.53" futures = "0.3.21"