bindizr-db 0.1.0-beta.4

Database repositories for bindizr
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 = "bindizr-db"
version = "0.1.0-beta.4"
authors = ["kweonminsung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database repositories for bindizr"
homepage = "https://github.com/kweonminsung/bindizr"
documentation = "https://docs.rs/bindizr-db"
readme = "README.md"
keywords = [
    "dns",
    "bind9",
    "cli",
    "xfr",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/kweonminsung/bindizr"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bindizr-core]
version = "0.1.0-beta.4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.rand]
version = "0.10"

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

[dependencies.sha2]
version = "0.11"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "mysql",
    "mysql-rsa",
    "postgres",
    "sqlite",
    "chrono",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.utoipa]
version = "5.5"
features = [
    "axum_extras",
    "yaml",
]