[package] name = "animechan" version = "0.1.0" edition = "2021" readme = "README.md" repository = "https://github.com/melosh101/animechan-rs" description = "a animechan wrapper for rust" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = { version = "0.15.0", optional = true} serde = {version = "1.0.137", default-features = false, features= ["derive"]} serde_json = "1.0.81" reqwest = {version = "0.11.10", features = ["json"]} futures = "0.3.21" [dev-dependencies] tokio-test = "0.4.2" tokio = {version = "1.19.2", features = ["macros"]}