# 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 = "github-user-cli" version = "0.1.0" authors = ["cobbinma "] description = "find a github user's top repositories" readme = "README.md" keywords = ["github-api"] categories = ["command-line-interface", "command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/cobbinma/github-user-cli" [dependencies.async-std] version = "1.8.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.8.2" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.serde_yaml] version = "0.8.15" [dependencies.surf] version = "2.1.0" [dev-dependencies.httpmock] version = "0.5.2" [dev-dependencies.insta] version = "1.5.2"