# 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" name = "selinux" version = "0.4.6" authors = ["Koutheir Attouchi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flexible Mandatory Access Control for Linux" homepage = "https://codeberg.org/koutheir/selinux.git" documentation = "https://docs.rs/selinux" readme = "README.md" keywords = [ "selinux", "security", "access-control", "linux", "filesystem", ] categories = [ "api-bindings", "filesystem", "os", "os::linux-apis", ] license = "MIT" repository = "https://codeberg.org/koutheir/selinux.git" [lib] name = "selinux" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.reference-counted-singleton] version = "0.1" [dependencies.selinux-sys] version = "0.6" [dependencies.thiserror] version = "1" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.serial_test] version = "3" [dev-dependencies.socketpair] version = "0.19" [dev-dependencies.tempfile] version = "3"