# 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 = "2018" name = "lib-mal" version = "0.5.1" description = "A library for interacting with the MyAnimeList API" readme = "./README.md" keywords = [ "api", "MyAnimeList", "MAL", "anime", ] license = "GPL-3.0" repository = "https://github.com/AnActualEmerald/lib-mal" [[bin]] name = "lib-mal-test" path = "src/bin/main.rs" [dependencies.aes-gcm] version = "0.9.4" [dependencies.bitflags] version = "1.3.2" [dependencies.pkce] version = "0.1.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.simple-log] version = "1.5.1" [dependencies.tiny_http] version = "0.11.0" [dev-dependencies.tokio-test] version = "0.4.2"