# 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 = "hashmob" version = "0.1.0" authors = ["Volker Schwaberow "] description = "a cli tool to search hashes on hashmob" readme = "README.md" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.5.11" features = [ "cargo", "env", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.colored_json] version = "5.0.0" [dependencies.dirs] version = "5.0" [dependencies.indicatif] version = "0.17.8" features = ["tokio"] [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "full", "io-std", ]