# 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 = "rusty_hyrule_compendium" version = "0.1.3" authors = ["Alastair Smith"] description = "A rust library for the Hyrule Compendium API" documentation = "https://docs.rs/rusty_hyrule_compendium" readme = "README.md" keywords = [ "zelda", "http", "api", ] license = "MIT" repository = "https://github.com/Alastair-smith2/rusty_hyrule_compendium" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.mockito] version = "0.31.0"