tg-syscall 0.1.0-preview.1

System call definitions and interfaces for rCore tutorial OS.
Documentation
# 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 = "tg-syscall"
version = "0.1.0-preview.1"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System call definitions and interfaces for rCore tutorial OS."
homepage = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
documentation = "https://docs.rs/tg-syscall"
readme = "README.md"
keywords = [
    "rcore",
    "syscall",
    "no-std",
    "riscv",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"

[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]

[features]
kernel = []
user = []

[lib]
name = "tg_syscall"
path = "src/lib.rs"

[dependencies.bitflags]
version = "1.2"

[dependencies.spin]
version = "0.9"

[dependencies.tg-signal-defs]
version = "0.1.0-preview.1"