[package] name = "notmuch-more" version = "0.0.0" description = "Not much more than notmuch library bindings (but a little)" edition = "2018" authors = ["Oliver Ford"] license-file = "../LICENCE" repository = "https://github.com/OJFord/amail" [dependencies] ammonia = "^3.1.2" anyhow = "^1.0" email = "^0.0.21" itertools = "^0.10.1" lettre = {version = "=0.10.0-alpha.1", default_features = false, features= ["builder", "rustls-tls", "smtp-transport"] } mailparse = "^0.13.5" notmuch = "^0.6.0" regex = "^1.5.4" serde = { version = "^1.0", features = ["derive"] } tempfile = "^3.2.0" thiserror = "^1.0.26"