bangumi-data 0.2.0

Rust binding for bangumi data
Documentation
# 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 = "2024"
name = "bangumi-data"
version = "0.2.0"
authors = ["George Miao <gm@miao.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust binding for bangumi data"
readme = "README.md"
license = "MIT"
repository = "https://github.com/George-Miao/bangumi-data-rs"

[features]
default = ["reqwest"]
reqwest = ["dep:reqwest"]
ts = ["dep:ts-rs"]

[lib]
name = "bangumi_data"
path = "src/lib.rs"

[dependencies.iso8601]
version = "0.6.1"
features = ["serde"]

[dependencies.nom]
version = "8.0.0"

[dependencies.reqwest]
version = "0.12.7"
features = ["json"]
optional = true

[dependencies.serde]
version = "1.0.195"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.111"

[dependencies.ts-rs]
version = "11.0.1"
optional = true

[dev-dependencies.tokio]
version = "1.35.1"
features = [
    "macros",
    "rt",
]