# 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 = "rusl" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust linux interface layer" homepage = "https://github.com/MarcusGrass/tiny-std" documentation = "https://docs.rs/rusl" readme = "Readme.md" keywords = [ "ffi", "bindings", "operating", "system", "linux", ] categories = [ "external-ffi-bindings", "no-std", "os", ] license = "MPL-2.0" repository = "https://github.com/MarcusGrass/tiny-std" [lib] name = "rusl" path = "src/lib.rs" [[test]] name = "sleep" path = "tests/sleep.rs" [[test]] name = "spawn" path = "tests/spawn.rs" [dependencies.linux-rust-bindings] version = "0.1.3" features = ["all"] [dependencies.sc] version = "0.2.7" [dev-dependencies] [features] alloc = [] default = ["alloc"] integration-test = []