malcontent-dns-parental-con.../Cargo.toml

35 lines
870 B
TOML

# SPDX-FileCopyrightText: 2022 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
# SPDX-License-Identifier: CC0-1.0
[package]
name = "malcontent-nss"
version = "0.1.0"
edition = "2021"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu"]
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
name = "nss_malcontent"
[build-dependencies]
bindgen = "0.60"
[dev-dependencies]
futures-util = "0.3"
rusty-hook = "0.11"
test-cdylib = "1.1"
tokio = { version = "1", features = ["rt", "sync", "macros", "time"] }
zbus = { version = "3.0", default-features = false, features = ["tokio"] }
[dependencies]
anyhow = "1.0"
const_format = "0.2"
libc = "0.2"
once_cell = "1.13"
gio = "0.15"
log = "0.4"
nix = { version = "0.25", features = ["socket", "user", "sched"] }
tokio = { version = "1", features = ["rt"] }
trust-dns-resolver = "0.21"