libsyd 3.11.0

Rust-based C library for syd interaction via /dev/syd
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dev-dependencies.pkg-config]
version = "0.3"
default-features = false

[profile.release]
debug = 2