# 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 = "frauth" version = "0.2.4" authors = ["James Munns "] description = "The frauth CLI tool" homepage = "https://github.com/jamesmunns/frauth" readme = "../README.md" license = "GPL-3.0" repository = "https://github.com/jamesmunns/frauth" [[bin]] name = "frauth" path = "src/main.rs" [dependencies.async-std] version = "1.4.0" features = ["unstable"] [dependencies.base64] version = "0.11.0" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.dialoguer] version = "0.5.0" [dependencies.directories] version = "2.0.2" [dependencies.ed25519-dalek] version = "1.0.0-pre.3" features = ["serde"] package = "frauth-ed25519-dalek" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.structopt] version = "0.3.7" [dependencies.surf] version = "1.0.3" [dependencies.toml] version = "0.5.5"