trident3-base 3.0.1

Foundation runtime library for Trident 3
Documentation
[dependencies.bitflags]
version = "2.4.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.compiler_builtins]
optional = true
version = "0.1"

[dependencies.conquer-once]
default-features = false
version = "0.4.0"

[dependencies.crossbeam-queue]
default-features = false
features = ["alloc"]
version = "0.3.8"

[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3.29"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4.0"

[dependencies.log]
version = "0.4.20"

[dependencies.noto-sans-mono-bitmap]
default-features = false
features = ["regular", "size_16", "unicode-basic-latin", "unicode-specials"]
version = "0.2.0"

[dependencies.pc-keyboard]
version = "0.7.0"

[dependencies.rustc-std-workspace-core]
optional = true
version = "1.0.0"

[dependencies.rustversion]
version = "1.0.5"

[dependencies.spin]
features = ["spin_mutex"]
version = "0.9.8"

[dependencies.spinning_top]
version = "0.3.0"

[dependencies.springboard-api]
version = "3.0.1"

[features]
allocators = []
coroutines = []
default = ["allocators"]
global-allocator = []
networking = []
rustc-dep-of-std = ["rustc-std-workspace-core", "compiler_builtins", "cfg-if/rustc-dep-of-std"]
std-allocators = []
threads = []

[lib]
name = "base"
path = "index.rs"

[package]
build = "build.rs"
description = "Foundation runtime library for Trident 3"
edition = "2021"
license = "Apache-2.0"
name = "trident3-base"
readme = "readme.md"
version = "3.0.1"
[target."cfg(target_arch = \"x86_64\")".dependencies.x86]
version = "0.52.0"

[target."cfg(target_arch = \"x86_64\")".dependencies.x86_64]
version = "0.14.11"