tiny-std 0.3.2

Tiny rust stdlib for linux
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "linux-rust-bindings"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109280d660e557dfa6474e3b1bbe04272ba3fa5c5e5ce73b394c7b224f082caa"

[[package]]
name = "rusl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38aa30073959cd36f07d06f2428db411e9e951cd5efd439fe2ebe69d8c91915d"
dependencies = [
 "linux-rust-bindings",
 "sc",
]

[[package]]
name = "sc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b"

[[package]]
name = "tiny-start"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0f1d41aeed099ba9942ff1c8b30b40edd5427c6ec0dadcf49633769343fc920"
dependencies = [
 "rusl",
]

[[package]]
name = "tiny-std"
version = "0.3.2"
dependencies = [
 "rusl",
 "sc",
 "tiny-start",
]