# 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 = "2021" name = "gmail-mbox-analyzer" version = "0.1.0" authors = ["Chad Austin "] description = "analyze gmail mbox files" readme = "README.md" keywords = ["email"] categories = ["email"] license = "GPL-3.0-only" repository = "https://github.com/chadaustin/gmail-mbox-analyzer" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.humansize] version = "2" [dependencies.indoc] version = "2" [dependencies.mail-parser] version = "0.9" [dependencies.mbox-reader] version = "0.2" [dependencies.rusqlite_migration] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tera] version = "1" [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.url] version = "2.5" [target."cfg(not(windows))".dependencies.rusqlite] version = "0" [target."cfg(windows)".dependencies.rusqlite] version = "0" features = ["bundled"]