# 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 = "nexus_mods_api" version = "0.0.1-alpha" authors = ["Devin Bidwell "] description = "Rust wrapper for the official Nexus Mods API" keywords = [ "Nexus", "Mods", "Raxios", "API", "Wrapper", ] license = "MIT" repository = "https://github.com/dbidwell94/rusty_nexus" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.raxios] version = "0.5.0-alpha" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.dotenv_codegen] version = "0.15.0" [dev-dependencies.tokio] version = "1.21.1" features = [ "test-util", "macros", ]