[dependencies.compiler_builtins]
optional = true
version = "0.1.0"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[features]
default = []
forget-memory-messages = []
lang-en-tts = []
lang-ja = []
lang-zh = []
processes-as-threads = []
rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std"]
v2p = []
[package]
authors = ["Sean Cross <sean@xobs.io>"]
description = "System call interface for Xous"
edition = "2021"
homepage = "https://betrusted.io/"
license = "MIT OR Apache-2.0"
name = "xous"
repository = "https://github.com/betrusted-io/xous-core/"
version = "0.9.21"
[target."cfg(any(windows,unix))".dependencies.lazy_static]
version = "1.4.0"