libsyd 3.9.0

Rust-based C library for syd interaction via /dev/syd
Documentation
[dev-dependencies.pkg-config]
default-features = false
version = "0.3"

[lib]
crate-type = ["staticlib", "cdylib"]
name = "syd"
path = "src/lib.rs"

[package]
authors = ["Ali Polatel <alip@chesswob.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::linux-apis", "security"]
description = "Rust-based C library for syd interaction via /dev/syd"
edition = "2021"
homepage = "https://libsyd.exherbo.org"
keywords = ["security", "sandbox"]
license = "LGPL-3.0"
name = "libsyd"
readme = "README.md"
repository = "https://git.sr.ht/~alip/syd"
rust-version = "1.56.1"
version = "3.9.0"

[profile.release]
debug = 2

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