You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "animethemes-rs"
|
|
|
|
version = "0.2.1"
|
|
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/trivernis/animethemes-rs"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
description = "A Rust wrapper for the AnimeThemes api"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
thiserror = "1.0.24"
|
|
|
|
|
|
|
|
[dependencies.reqwest]
|
|
|
|
version = "0.11.3"
|
|
|
|
features = ["json"]
|
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
version = "1.0.126"
|
|
|
|
features = ["serde_derive"]
|
|
|
|
|
|
|
|
[dev-dependencies.tokio]
|
|
|
|
version = "1.6.0"
|
|
|
|
features = ["macros", "test-util"]
|