[package] name = "rusl" version = "0.3.1" edition = "2021" license = "MPL-2.0" readme = "../Readme.md" repository = "https://github.com/MarcusGrass/tiny-std" homepage = "https://github.com/MarcusGrass/tiny-std" description = "Rust linux interface layer" documentation = "https://docs.rs/rusl" categories = ["external-ffi-bindings", "no-std", "os"] keywords = ["ffi", "bindings", "operating", "system", "linux"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["alloc"] alloc = [] integration-test = [] [dependencies] linux-rust-bindings = { version = "0.1.3", features = ["all"] } sc = "0.2.7" [dev-dependencies]