# 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 = "amail" version = "0.0.0" authors = ["Oliver Ford"] build = "src/build.rs" default-run = "amail" description = "AMail EML client" license-file = "LICENCE" repository = "https://github.com/OJFord/amail" [dependencies.ammonia] version = "^3.1.2" [dependencies.anyhow] version = "^1.0" [dependencies.notmuch-more] version = "^0.0.0" [dependencies.tauri] version = "^1.0.0-beta.4" features = ["api-all"] [dependencies.thiserror] version = "^1.0.26" [dependencies.whoami] version = "^1.1.2" [build-dependencies.tauri-build] version = "^1.0.0-beta.2" [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"]