[dependencies.rusl]
default-features = false
version = "0.4.0"
[dependencies.sc]
version = "0.2.7"
[dependencies.tiny-start]
default-features = false
optional = true
version = "0.1.4"
[features]
alloc = ["rusl/alloc"]
allocator-provided = []
aux = ["start", "tiny-start/aux"]
cli = ["start"]
default = ["alloc"]
executable = ["start", "symbols", "aux", "vdso"]
global-allocator = ["allocator-provided"]
library = ["start"]
start = ["tiny-start/start"]
symbols = ["tiny-start/mem-symbols"]
threaded = ["alloc", "start"]
vdso = ["aux"]
[lib]
name = "tiny_std"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["external-ffi-bindings", "no-std", "os"]
description = "Tiny rust stdlib for linux"
documentation = "https://docs.rs/tiny-std"
edition = "2021"
exclude = ["test-files/"]
homepage = "https://github.com/MarcusGrass/tiny-std"
keywords = ["ffi", "bindings", "operating", "system", "linux"]
license = "MPL-2.0"
name = "tiny-std"
readme = "Readme.md"
repository = "https://github.com/MarcusGrass/tiny-std"
version = "0.3.0"