# 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 = "god" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "See it all." readme = "README.md" keywords = [ "osint", "dossier", ] license = "MPL-2.0" repository = "https://github.com/npxTSC/god/" [lib] name = "god" path = "src/lib.rs" [[bin]] name = "god-cli" path = "src/bin/god-cli/main.rs" [[bin]] name = "god-gui" path = "src/bin/god-gui/main.rs" required-features = ["gui"] [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.eframe] version = "0.25.0" optional = true [dependencies.headless_chrome] version = "1.0.9" features = ["fetch"] [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_derive] version = "1.0.196" [dependencies.toml] version = "0.8.10" [features] gui = ["dep:eframe"]