# 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 = "grab_github_permalink" version = "0.2.0" description = "a small CLI utility for grabbing a range of a file on Github" readme = "README.md" license = "MIT" repository = "https://github.com/alicewriteswrongs/grab_github_permalink" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.21" features = ["derive"] [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dependencies.scraper] version = "0.13.0" [dependencies.url] version = "2.3.1"