animedb 0.6.2

Local-first anime and manga metadata catalog for Rust media servers
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 = "animedb"
version = "0.6.2"
authors = ["animedb contributors"]
build = false
exclude = [
    "target/",
    ".git/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first anime and manga metadata catalog for Rust media servers"
homepage = "https://github.com/enrell/animedb"
documentation = "https://docs.rs/animedb"
readme = "README.md"
keywords = [
    "anime",
    "manga",
    "metadata",
    "media",
    "database",
]
categories = [
    "database",
    "api-bindings",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/enrell/animedb"

[features]
default = [
    "local-db",
    "remote",
]
local-db = ["dep:rusqlite"]
remote = []

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

[[bin]]
name = "seed_dump"
path = "src/bin/seed_dump.rs"

[[example]]
name = "e2e_test_runner"
path = "examples/e2e_test_runner.rs"

[[example]]
name = "real_pipeline"
path = "examples/real_pipeline.rs"

[dependencies.flate2]
version = "1"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "blocking",
    "json",
    "rustls",
    "query",
]
default-features = false

[dependencies.rusqlite]
version = "0.31.0"
features = [
    "bundled",
    "serde_json",
]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]