libsyd 3.11.0

Rust-based C library for syd interaction via /dev/syd
Documentation
[common]
version = 2
import_std = [
    "env",
    "fs",
    "net",
    "process",
    "terminate",
    "unix_sockets",
]

[sandbox]
kind = "Bubblewrap"

[pkg.libsyd]
allow_unsafe = true
test.allow_unsafe = true
test.allow_apis = [
    "env",
    "process",
]
allow_apis = [
    "fs",
]

[pkg.itoa]
allow_unsafe = true