# 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 = "2021" name = "mop3" version = "1.2.2" authors = ["Nathan Kiesman "] description = "A Mastodon to POP3 gateway" homepage = "https://github.com/nkizz/mop3" readme = "README.md" keywords = [ "mastodon", "retrocomputing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nkizz/mop3" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.deunicode] version = "1.4.2" [dependencies.fancy-regex] version = "0.12.0" [dependencies.html2text] version = "0.6.0" [dependencies.mail-builder] version = "0.2.5" [dependencies.mail-parser] version = "0.8.2" [dependencies.reqwest] version = "0.11.14" features = [ "rustls-tls", "blocking", "multipart", "json", ] default_features = false [dependencies.serde] version = "1.0.160" features = [ "std", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.string_concat] version = "0.0.1"