# 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 = "petfacts" version = "0.1.4" description = "A simple CLI program to print out cat and dog facts to the console." homepage = "https://github.com/CodeCanna/petfacts-rust" documentation = "https://github.com/CodeCanna/petfacts-rust" readme = "README.md" keywords = [ "cli", "pets", "facts", "dog", "cat", ] categories = [ "command-line-utilities", "fun", ] license-file = "LICENSE" repository = "https://github.com/CodeCanna/petfacts-rust" [[bin]] name = "petfacts" path = "src/main.rs" edition = "2021" [dependencies.json] version = "0.12.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = ["blocking"] [dependencies.toml] version = "0.7.2"