# 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 = "reposcrape" version = "0.1.2" authors = ["LeHuman"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Repository scraper for presenting repositories on a personal website" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LeHuman/reposcrape" [lib] name = "reposcrape" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.localsavefile] version = "0.2.3" [dependencies.octocrab] version = "0.39.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.savefile] version = "0.17.7" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.set_field] version = "0.1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.tracing-test] version = "0.2.5"