Files
rs-pop-imap-importer/Cargo.toml
T
herel 1faa8f1982 chore: Bump version to 0.7.0 and update changelog
Document the changes shipped since 0.2.0: the X-WS-* header
detection fix (0.5.0), the custom POP3 implementation (0.6.0) and
the dependency and toolchain upgrades (0.7.0). Retitle the 0.2.0
entry to 0.3.0 to match the version actually released in
Cargo.toml.
2026-08-28 15:23:34 +02:00

23 lines
384 B
TOML

[package]
name = "rs_pop_imap_importer"
version = "0.7.0"
edition = "2024"
[lib]
name = "rs_pop_imap_importer"
path = "src/lib.rs"
[[bin]]
name = "pop-to-imap"
path = "src/main.rs"
[[bin]]
name = "normalize-imap"
path = "src/bin/normalize_imap.rs"
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
dotenvy = "0.15.7"
imap = "3.0.0-alpha.15"
native-tls = "0.2.18"