zantetsu-vecdb 0.2.0

Canonical anime title matching via Kitsu dumps or remote endpoints
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"
rust-version = "1.85"
name = "zantetsu-vecdb"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical anime title matching via Kitsu dumps or remote endpoints"
documentation = "https://docs.rs/zantetsu-vecdb"
readme = "README.md"
keywords = [
    "anime",
    "matching",
    "graphql",
    "kitsu",
    "metadata",
]
categories = [
    "text-processing",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/enrell/psyche"

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

[dependencies.dirs]
version = "5.0.1"

[dependencies.flate2]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.strsim]
version = "0.11.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.flate2]
version = "1.0"