# 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 = "coma" version = "0.2.3" authors = ["Noah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Coma is a lightweight command-line tool designed for crawling websites" readme = "README.md" keywords = [ "scraping", "crawler", "web-discovery", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/noahfraiture/coma" [[bin]] name = "coma" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.askama] version = "0.12.1" features = ["serde-json"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.headless_chrome] version = "1.0.12" features = ["fetch"] [dependencies.markup5ever] version = "0.12.1" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.scraper] version = "0.19.1" [dependencies.serde] version = "1.0.204" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.127" [dependencies.tempfile] version = "3.11.0" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.url] version = "2.5.2" [dependencies.webbrowser] version = "1.0.1"