# 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-star-counter" version = "1.1.4" authors = ["Sebastian Thiel "] include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"] description = "A tool to query direct (and indirect) stars of a GitHub user or organizations" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Byron/github-star-counter" [profile.release] lto = "thin" codegen-units = 1 panic = "abort" overflow-checks = false incremental = false [profile.release.build-override] opt-level = 0 [[bin]] name = "count-github-stars" path = "src/main/mod.rs" [dependencies.base64] version = "0.12" [dependencies.bytesize] version = "1.0.0" [dependencies.futures-preview] version = "=0.3.0-alpha.19" features = ["async-await"] [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.simple_logger] version = "1.3.0" [dependencies.structopt] version = "0.3.0" [dependencies.surf] version = "1.0" [dependencies.tera] version = "1.0.2" [dependencies.tokio] version = "0.2.1" features = ["full"] [dev-dependencies.pretty_assertions] version = "0.6.1"