# 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 = "wom_rs" version = "0.1.0" authors = ["Bailey Townsend"] description = "A rust api wrapper for the OSRS Wise Old Man API" homepage = "https://github.com/fatfingers23/wom_rs" documentation = "https://docs.rs/wom_rs" readme = "README.md" keywords = [ "OSRS", "WOM", "Wise", "Old", "Man", ] categories = [ "api-bindings", "asynchronous", "web-programming", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/fatfingers23/wom_rs" [lib] name = "wom_rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.33" features = ["serde"] [dependencies.convert_case] version = "0.6.0" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.strum] version = "0.26.1" features = ["derive"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.tokio] version = "1.35.1"