# 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 = "rsfunceble" version = "0.0.8" authors = ["Zander Lewis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PyFunceble rewritten in Rust with concurrency and speed in mind." readme = "README.md" keywords = [ "funceble", "rsfunceble", "concurrency", "speed", "lookup", ] license = "MIT" repository = "https://github.com/zanderlewis/rsfunceble" [[bin]] name = "rsfunceble" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.tokio] version = "1" features = ["full"]