# 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 = "bangumi" version = "0.1.0" authors = ["George Miao "] description = "A bangumi.moe API client written in Rust" readme = "README.md" keywords = [ "bangumi", "api", "client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/George-Miao/bangumi" [dependencies.microtype] version = "0.7.5" features = ["serde"] [dependencies.paste] version = "1.0.9" [dependencies.rustified] version = "0.5.3" [dependencies.rustified_derive] version = "0.5.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.typed-builder] version = "0.11.0" [dev-dependencies.tap] version = "1.0.1" [dev-dependencies.tokio] version = "1.21.2" features = [ "test-util", "macros", ]