# 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] name = "notmuch" version = "0.8.0" authors = ["Dirk Van Haerenborgh "] autotests = false description = "Rust interface and bindings for notmuch" homepage = "https://github.com/vhdirk/notmuch-rs" readme = "README.md" keywords = [ "email", "notmuch", ] license = "GPL-3.0+" repository = "https://github.com/vhdirk/notmuch-rs" [[test]] name = "tests" path = "tests/lib.rs" harness = true [dependencies.from_variants] version = "0.6.0" [dependencies.libc] version = "0.2" [dev-dependencies.dirs] version = "1.0" [dev-dependencies.gethostname] version = "0.2.0" [dev-dependencies.lettre] version = "0.9.2" [dev-dependencies.lettre_email] version = "0.9.2" [dev-dependencies.maildir] version = "0.3.2" [dev-dependencies.tempfile] version = "3" [features] default = ["v0_32"] v0_21 = [] v0_26 = ["v0_21"] v0_32 = ["v0_26"] [badges.travis-ci] repository = "vhdirk/notmuch-rs"