# https://rust-lang.github.io/api-guidelines/checklist.html [package] name = "selinux" description = "Flexible Mandatory Access Control for Linux" version = "0.4.6" # Update version in `html_root_url`. authors = ["Koutheir Attouchi "] edition = "2021" readme = "../README.md" license = "MIT" keywords = ["selinux", "security", "access-control", "linux", "filesystem"] categories = ["api-bindings", "filesystem", "os", "os::linux-apis"] documentation = "https://docs.rs/selinux" homepage = "https://codeberg.org/koutheir/selinux.git" repository = "https://codeberg.org/koutheir/selinux.git" [dependencies] thiserror = { version = "1" } selinux-sys = { version = "0.6" } libc = { version = "0.2" } bitflags = { version = "2" } once_cell = { version = "1" } reference-counted-singleton = { version = "0.1" } [dev-dependencies] assert_matches = { version = "1" } tempfile = { version = "3" } serial_test = { version = "3" } socketpair = { version = "0.19" }