arenabuddy_data 0.5.12

Storage of arenabuddy 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"
rust-version = "1.88"
name = "arenabuddy_data"
version = "0.5.12"
authors = ["Grant Azure <azure.grant@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage of arenabuddy data"
readme = false
keywords = ["magic"]
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/gazure/arenabuddy"
resolver = "2"

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

[dependencies.arenabuddy_core]
version = "0.5.12"

[dependencies.chrono]
version = "0.4.41"
features = [
    "serde",
    "serde",
]

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indoc]
version = "2.0.6"

[dependencies.rusqlite]
version = "0.36.0"
features = [
    "bundled",
    "chrono",
    "bundled",
]

[dependencies.rusqlite_migration]
version = "2.1.0"
features = [
    "from-directory",
    "from-directory",
]

[dependencies.serde_json]
version = "1.0.141"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"