[package] name = "mandarin" description = "Declarative TOML configuration for Gmail filters" version = "0.1.0" edition = "2021" authors = ["k-jun "] license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" serde = { version = "1.0", features = ["derive"] } structopt = "0.3.26" toml = "0.8.8" [profile.release] lto = true opt-level = "z" codegen-units = 1 panic = "abort"