# 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 = "embedder" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get basic website information with ease." readme = "README.md" license = "MIT" repository = "https://github.com/tascord/embedder" [lib] name = "embedder" path = "src/lib.rs" [dependencies.async-process] version = "2.0.1" optional = true [dependencies.fantoccini] version = "0.19.3" optional = true [dependencies.futures] version = "0.3.29" optional = true [dependencies.http] version = "0.2.12" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.reqwest] version = "0.12.4" [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.url] version = "2.5.0" [dependencies.which] version = "6.0.0" optional = true [dev-dependencies.tokio] version = "1.35.0" features = [ "sync", "rt", "macros", ] [features] default = [] driver = [ "fantoccini", "async-process", "which", "lazy_static", "http", "futures", ]