# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "reaper" version = "2.0.0" authors = ["Jordan Doyle "] description = "League of Legends username availablity checker." homepage = "https://github.com/w4/reaper" readme = "README.md" license = "MIT" repository = "https://github.com/w4/reaper.git" [dependencies.log] version = "0.3.8" [dependencies.reqwest] version = "0.8.1" [dependencies.clap] version = "2.27.1" [dependencies.fern] version = "0.4.3" [dependencies.lazy_static] version = "0.2" [dependencies.ratelimit] version = "0.4.2" [dependencies.chrono] version = "0.4" [dependencies.regex] version = "0.2.2"