# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "panorama" version = "0.0.1" authors = ["Michael Zhang "] description = "A customizable personal information manager." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.mzhang.io/michael/panorama" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.42" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.crossterm] version = "0.19.0" [dependencies.fern] version = "0.6.0" [dependencies.futures] version = "0.3.12" [dependencies.lettre] version = "0.9.5" [dependencies.log] version = "0.4.14" [dependencies.notify] version = "4.0.15" [dependencies.panorama-imap] version = "0" [dependencies.pin-project] version = "1.0.4" [dependencies.rustls-connector] version = "0.13.1" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.structopt] version = "0.3.21" [dependencies.tokio] version = "1.1.1" features = ["full"] [dependencies.tokio-rustls] version = "0.22.0" [dependencies.tokio-stream] version = "0.1.3" features = ["sync"] [dependencies.tokio-util] version = "0.6.3" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.webpki-roots] version = "0.21.0" [dependencies.xdg] version = "2.2.0"