mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-25 19:25:00 +02:00
22 lines
591 B
TOML
22 lines
591 B
TOML
[package]
|
|
name = "dnst"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytes = { version = "1.1", default-features = false }
|
|
clap = { version = "4", features = ["derive"] }
|
|
domain = { git = "https://github.com/NLnetLabs/domain", branch = "multiple-key-signing", features = [
|
|
#domain = { path = "../domain2/", features = [
|
|
"openssl",
|
|
"ring",
|
|
"unstable-sign",
|
|
"unstable-validator",
|
|
"unstable-zonetree",
|
|
"zonefile",
|
|
] }
|
|
|
|
# for implementation of nsec3 hash until domain has it stabilized
|
|
octseq = { version = "0.5.1", features = ["std"] }
|
|
ring = { version = "0.17" }
|