# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "notmuch-more" version = "0.0.0" authors = ["Oliver Ford"] description = "Not much more than notmuch library bindings (but a little)" license-file = "LICENCE" repository = "https://github.com/OJFord/amail" [dependencies.ammonia] version = "^3.1.2" [dependencies.anyhow] version = "^1.0" [dependencies.email] version = "^0.0.21" [dependencies.itertools] version = "^0.10.1" [dependencies.lettre] version = "=0.10.0-alpha.1" features = ["builder", "rustls-tls", "smtp-transport"] default_features = false [dependencies.mailparse] version = "^0.13.5" [dependencies.notmuch] version = "^0.6.0" [dependencies.regex] version = "^1.5.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.tempfile] version = "^3.2.0" [dependencies.thiserror] version = "^1.0.26"