summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c733b18c465fe04f51cf2a757e084534b3b7a8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "jwebmail-extract"
version = "0.7.0"
authors = ["Jannis M. Hoffmann <jannis@fehcom.de>"]
edition = "2021"
rust-version = "1.75"
resolver = "2"

[profile.release-small]
inherits = "release"
opt-level = "s"
strip = true
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"