instant-smtp/Cargo.toml

16 lines
452 B
TOML

[package]
name = "smtp-codec"
description = "Low-level SMTP Parser and Serializer"
keywords = ["email", "smtp", "parser", "codec"]
version = "0.1.0"
authors = ["Damian Poddebniak <poddebniak@fh-muenster.de>"]
repository = "https://github.com/duesee/smtp-codec"
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "6"
abnf-core = "0.4.0"