# 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 = "pinned-repos" version = "0.1.0" authors = ["Akara <616348105@qq.com>"] description = "get your pinned github repos infomation" readme = "README.md" keywords = [ "cli", "github", ] license = "MIT" resolver = "2" [dependencies.clap] version = "3.2.21" features = ["derive"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scraper] version = "0.13.0" [dependencies.tabled] version = "0.8.0" [dependencies.tokio] version = "1" features = ["full"]