# 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) cargo-features = ["edition"] [package] edition = "2018" name = "olaf2" version = "0.0.3" authors = ["Sam Scott "] description = "Convenient CLI authentication using OAuth2" documentation = "https://docs.rs/crate/olaf2/0.0.2" readme = "README.md" categories = ["authentication", "cryptography", "oauth", "olaf"] license = "MIT" repository = "https://github.com/samscott89/olaf2" [dependencies.abscissa] version = "0.0.4" [dependencies.actix] version = "0.7.4" [dependencies.actix-web] version = "0.7.8" [dependencies.base64] version = "0.9.3" [dependencies.env_logger] version = "0.5.13" [dependencies.failure] version = "0.1.2" [dependencies.futures] version = "0.1.24" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4.5" [dependencies.oauth2] version = "2.0.0-alpha.2" [dependencies.open] version = "1.2.2" [dependencies.rand] version = "0.5.5" [dependencies.reqwest] version = "0.9.2" [dependencies.serde] version = "1.0.79" [dependencies.serde_derive] version = "1.0.79" [dependencies.serde_json] version = "1.0.31" [dependencies.serde_qs] version = "0.4.1" [dependencies.toml] version = "0.4.7" [dependencies.url] version = "1.7.1" [dependencies.url_serde] version = "0.2.0"