[package] name = "mention_2_mail" version = "0.2.0" authors = ["Thelie "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] irc-proto = "0.15" irc_stream = { path = "irc-stream", version = "0.1" } lettre = "0.9" native-tls = "0.2" toml = "0.5"