-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (35 loc) · 1.35 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "rustcracker"
version = "1.1.1+deprecated"
edition = "2021"
license = "Apache-2.0"
authors = ["Xue Haonan <[email protected]>"]
description = "A crate for communicating with firecracker for the development of PKU-cloud."
repository = "https://github.com/xuehaonan27/rustcracker"
keywords = ["firecracker", "AWS", "cloud", "rustcracker"]
categories = ["virtualization", "asynchronous"]
deprecated = "This crate is deprecated. Please use the new crate `firecracker-rs-sdk` instead."
[dependencies]
log = { version = "0.4", features = ["kv_serde"] }
tokio = { version = "1.43", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
async-trait = "0.1"
# diesel = "2.2"
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.13", features = ["v4", "fast-rng"] }
# fslock = "0.2.1"
httparse = "1.10"
either = "1.13.0"
paste = "1.0.15"
nix = { version = "0.29.0", features = ["signal", "mount", "fs", "user"] }
# crossbeam = { version = "0.8.4", features = ["crossbeam-queue"] }
# event-listener = "5.3.1"
future-utils = "0.12.1"
dotenvy = "0.15.7"
# lazy_static = "1.5.0"
# fs2 = "0.4.3"
log4rs = { version = "1.3.0", features = ["console_appender", "file_appender"] }
bytes = "1.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html