# 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" rust-version = "1.63" name = "shave" version = "0.2.0" authors = ["Daniel Mueller "] description = """ A library for shaving data from websites. """ homepage = "https://github.com/d-e-s-o/shave" readme = "README.md" keywords = [ "async", "html", "image", "scraping", "web", ] categories = [ "accessibility", "api-bindings", "asynchronous", "multimedia::images", "web-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/shave.git" [dependencies.anyhow] version = "1.0.80" features = ["std"] default-features = false [dependencies.fantoccini] version = "0.20.0-rc.7" default-features = false [dependencies.hyper] version = "0.14" features = ["tcp"] default-features = false [dependencies.libc] version = "0.2" default-features = false [dependencies.serde_json] version = "1.0.114" features = ["std"] default-features = false [dependencies.tempfile] version = "3.2" default-features = false [dependencies.tokio] version = "1.0" features = [ "process", "time", ] default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "macros", "test-util", ] default-features = false