# 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.63" name = "landlock" version = "0.4.1" exclude = [".gitignore"] description = "Landlock LSM helpers" homepage = "https://landlock.io" readme = "README.md" keywords = [ "access-control", "linux", "sandbox", "security", ] categories = [ "api-bindings", "os::linux-apis", "virtualization", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/landlock-lsm/rust-landlock" [dependencies.enumflags2] version = "0.7" [dependencies.libc] version = "0.2.133" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.strum] version = "0.26" [dev-dependencies.strum_macros] version = "0.26"