# 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 = "carbon_14" version = "0.1.1" authors = ["Johannes Naylor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OSINT dating tool for web pages" readme = "README.md" keywords = [ "osint", "web", "reconnaiance", "carbon14", ] license = "MIT" repository = "https://github.com/jonaylor89/carbon14" [lib] name = "carbon_14" path = "src/lib.rs" [[bin]] name = "carbon_14" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-tz] version = "0.10.0" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" features = ["track-caller"] default-features = false [dependencies.colored] version = "2.1.0" [dependencies.reqwest] version = "0.12.7" [dependencies.scraper] version = "0.20.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", ] [dependencies.url] version = "2.5.2"