# 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 = "api-key-pool" version = "0.0.2" authors = ["Meet Patel "] description = "A library to utilize multiple API keys to circumvent API rate limits." documentation = "https://docs.rs/api-key-pool" readme = "README.md" license = "MIT" repository = "https://github.com/MeetThePatel/api-key-pool-rs" resolver = "1" [[example]] name = "api-key-pool" doc = false [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.tokio] version = "1.29.1" features = ["full"]