asterinas/src/services/libs/jinux-std/Cargo.toml

38 lines
1.0 KiB
TOML
Raw Normal View History

2022-08-08 19:44:53 +00:00
[package]
name = "jinux-std"
2022-08-08 19:44:53 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jinux-frame = {path = "../../../framework/jinux-frame"}
pod = {path = "../../../framework/pod"}
jinux-input = {path="../../comps/input"}
jinux-block = {path="../../comps/block"}
2023-02-07 08:05:21 +00:00
controlled = { path = "../../comp-sys/controlled" }
typeflags = {path="../typeflags"}
typeflags-util = {path="../typeflags-util"}
jinux-rights-proc = {path="../jinux-rights-proc"}
2022-11-23 10:13:40 +00:00
jinux-util = {path="../jinux-util"}
cpio-decoder = {path="../cpio-decoder"}
virtio-input-decoder = "0.1.4"
ascii = { version = "1.1", default-features = false, features = ["alloc"] }
intrusive-collections = "0.9.5"
# parse elf file
xmas-elf = "0.8.0"
# goblin = {version= "0.5.3", default-features = false, features = ["elf64"]}
# data-structures
2022-09-16 03:14:46 +00:00
bitflags = "1.3"
2022-11-21 11:09:23 +00:00
ringbuffer = "0.10.0"
2022-08-23 09:50:07 +00:00
spin = "0.9.4"
2022-11-21 11:09:23 +00:00
vte = "0.10"
lru = "0.9.0"
2023-02-22 14:57:19 +00:00
log= "0.4"
2022-09-16 03:14:46 +00:00
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]