# 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. cargo-features = ["strip"] [package] edition = "2018" name = "doyle" version = "0.0.1" authors = ["i3ima "] exclude = ["/.idea/*", "/.vscode/*"] description = "Tool for searching social-media accounts" documentation = "https://docs.rs/doyle" readme = "README.md" license = "MIT" repository = "https://github.com/i3ima/doyle" [profile.release] opt-level = "s" lto = "fat" debug = 0 panic = "abort" overflow-checks = false strip = "symbols" [dependencies.colored] version = "2.0.0" [dependencies.rayon] version = "1.5.1" [dependencies.reqwest] version = "0.11.4" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"