# 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.4.0" authors = ["Ali Polatel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-based C library for syd interaction via /dev/syd" homepage = "https://libsyd.exherbolinux.org" readme = "README.md" keywords = [ "security", "sandbox", ] categories = [ "development-tools::debugging", "os::linux-apis", ] 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" [dependencies.itoa] version = "1.0" default-features = false