# 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 = "tinysyscall" version = "0.1.1" authors = ["SPeak "] description = "a (no depend std) tiny syscall abstract layer..." documentation = "https://docs.rs/tinysyscall" readme = "README.md" keywords = [ "system", "syscall", "abi", "kernel", "os", ] categories = [ "os", "no-std", "cross-platform", "system-call", ] license = "Apache-2.0" repository = "https://github.com/Sunrisepeak/tinysyscall" [[example]] name = "examples" path = "examples/hello_world.rs" [[test]] name = "hello_tinysyscall" path = "tests/base.rs" [dependencies.bitflags] version = "2.0.0" [dev-dependencies.libc] version = "0.2.144"