# 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 = "railsy" version = "0.1.0" authors = ["Mahdy Karam"] description = "Temporary email client in Rust" homepage = "https://mmkaram.github.io/railsy.html" readme = "README.md" keywords = ["email"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/mmkaram/railsy/" [dependencies.reqwest] version = "0.11.14" features = [ "default", "blocking", "cookies", "json", "socks", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]