# 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 = "encoded-words" version = "0.2.0" authors = ["dignifiedquire "] description = "Encoded Words for usage in MIME headers" homepage = "https://github.com/async-email/encoded-words" documentation = "https://docs.rs/encoded-words/" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/async-email/encoded-words" [dependencies.base64] version = "0.12.0" [dependencies.charset] version = "0.1.2" [dependencies.encoding_rs] version = "0.8.20" [dependencies.hex] version = "0.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.1" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0.9"