[package] name = "libsyd" version = "3.4.0" edition = "2021" authors = ["Ali Polatel "] description = "Rust-based C library for syd interaction via /dev/syd" readme = "README.md" license = "LGPL-3.0" categories = ["development-tools::debugging", "os::linux-apis"] keywords = ["security", "sandbox"] homepage = "https://libsyd.exherbolinux.org" repository = "https://git.sr.ht/~alip/syd" rust-version = "1.56.1" # remember to update README.md # Prevent this from interfering with workspaces [workspace] members = ["."] [lib] name = "syd" crate-type = ["staticlib", "cdylib"] [[test]] name = "tests" [dependencies] itoa = { version = "1.0", default-features = false }