# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ankou" version = "0.0.2" authors = ["bynx "] exclude = ["**/*.yml", "**/WebKit", "**/chromium", "**/gecko-dev"] description = "An OSINT repo miner focused on high-sev security bug in JS engines" license = "AGPL-3.0" repository = "https://github.com/drtychai/ankou" [lib] name = "ankou" path = "src/lib.rs" [[bin]] name = "ak" path = "src/main.rs" [dependencies.git2] version = "0.13.12" [dependencies.log] version = "0.4.11" [dependencies.paw] version = "1.0.0" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.simple_logger] version = "1.11.0" [dependencies.structopt] version = "0.3.21" features = ["paw"] [dependencies.time] version = "0.1.44"