# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rfc822-like" version = "0.2.3" authors = ["Martin Habovstiak "] description = "RFC822-like encoding used in control files implemented for serde" homepage = "https://github.com/Kixunil/rfc822-like" readme = "README.md" keywords = [ "rfc822", "debian", "serde", ] categories = [ "parser-implementations", "encoding", ] license = "MITNFA" repository = "https://github.com/Kixunil/rfc822-like" [dependencies.fmt2io] version = "1.0.0" [dependencies.serde] version = "1.0.126" [dependencies.thiserror] version = "1.0.25" [dependencies.unicode-segmentation] version = "1.7.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.serde_derive] version = "1.0.126" [features] live_test = []