[package] name = "jwebmail-extract" version = "0.8.0" authors = ["Jannis M. Hoffmann "] edition = "2021" rust-version = "1.80" resolver = "2" [profile.release-small] inherits = "release" opt-level = "s" lto = true panic = "abort" codegen-units = 1 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] anyhow = "1.0" protobuf-codegen = "3.4" [dependencies] chrono = "0.4" clap = { version = "4.5", features = ["derive"] } libc = "0.2" log = "0.4" maildir = "0.6" mailparse = "0.14" protobuf = "3.4" simplelog = "0.12"