]> git.ipfire.org Git - thirdparty/pdns.git/blame - pdns/recursordist/settings/rust/Cargo.toml
Make a isValidHostname() callable from Rust that calls into DNSName::is_hostname()
[thirdparty/pdns.git] / pdns / recursordist / settings / rust / Cargo.toml
CommitLineData
9883d3f9
OM
1[package]
2name = "settings"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7name = "settings"
8crate-type = ["staticlib"]
9
10[dependencies]
11cxx = "1.0"
12serde = { version = "1.0", features = ["derive"] }
13serde_yaml = "0.9"
14ipnet = "2.8"
15once_cell = "1.18.0"
4792eae8 16base64 = "0.21"
9883d3f9
OM
17
18[build-dependencies]
19cxx-build = "1.0"
20