# 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 = "foxes" version = "1.0.0" description = "An API for all your fox image needs" readme = "README.md" keywords = [ "fox", "foxes", "api", "foxes-cool", ] license = "MIT" repository = "https://github.com/Foxes-cool/Foxes-Rust" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.ureq] version = "2.7.1" features = ["tls"] default-features = false