bindizr 0.1.0-beta.4

DNS Synchronization Service for BIND9
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"
version = "0.1.0-beta.4"
authors = ["kweonminsung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DNS Synchronization Service for BIND9"
homepage = "https://github.com/kweonminsung/bindizr"
documentation = "https://docs.rs/bindizr"
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"
path = "src/lib.rs"

[[bin]]
name = "bindizr"
path = "src/main.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

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

[dependencies.axum]
version = "0.8.9"

[dependencies.axum-macros]
version = "0.5.1"

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

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

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

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

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tabled]
version = "0.21"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tower-http]
version = "0.6.11"
features = ["cors"]

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

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

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

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

[dev-dependencies.tower]
version = "0.5"