# 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 = "sprawl-bin" version = "0.1.0" description = "Follow webpage links" license = "MIT" repository = "https://github.com/aatifsyed/sprawl" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.petgraph] version = "0.6.2" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.10" [dependencies.soup] version = "0.5.1" [dependencies.sprawl] version = "0.1.0" [dependencies.tokio] version = "1.18.2" features = [ "macros", "rt-multi-thread", "rt", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" [dependencies.url] version = "2.2.2"