bindizr-core 0.1.0-beta.4

Core models, configuration, DNS record types, and logging utilities 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-core"
version = "0.1.0-beta.4"
authors = ["kweonminsung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core models, configuration, DNS record types, and logging utilities for bindizr"
homepage = "https://github.com/kweonminsung/bindizr"
documentation = "https://docs.rs/bindizr-core"
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_core"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.config]
version = "0.15.23"

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

[dependencies.once_cell]
version = "1.21.4"

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

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

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tempfile]
version = "3.27.0"