kapiti 0.0.1

The Kapiti DNS Server
Documentation
[package]
name = "kapiti"
version = "0.0.1"
authors = ["Nick Parker <nick@nickbp.com>"]
license = "GPL-3.0-or-later"
edition = "2018"
readme = "README-CRATES.md"
description = "The Kapiti DNS Server"
documentation = "https://kapiti.io"
homepage = "https://kapiti.io"
repository = "https://github.com/nickbp/kapiti"
build = "build.rs"

[dependencies]
bytes = "0.4.12"
protobuf = { version = "2.8.0", features = ["with-bytes"] }
tokio = "=0.2.0-alpha.1"
tokio-codec = "=0.2.0-alpha.1"

[build-dependencies]
csv = "1.1.1"
protobuf-codegen-pure = "2.8.0"
serde = { version = "1.0.55", features = ["derive"] }