rustcracker 1.1.0

A crate for communicating with firecracker for the development of PKU-cloud.
Documentation
[[bin]]
name = "rebuild"

[[bin]]
name = "exhausting"

[[bin]]
name = "benchmark"

[[bin]]
name = "attach_detach"

[[bin]]
name = "jailing_machine"

[dependencies.async-channel]
version = "2.1.1"

[dependencies.async-trait]
version = "0.1.77"

[dependencies.env_logger]
version = "0.10.1"

[dependencies.hyper]
version = "0.14.28"

[dependencies.hyperlocal]
version = "0.8.0"

[dependencies.log]
version = "0.4.20"

[dependencies.nix]
features = ["fs", "user", "signal"]
version = "0.27.1"

[dependencies.run_script]
version = "0.10.1"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.195"

[dependencies.serde_json]
version = "1.0.111"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
features = ["process", "macros", "fs"]
version = "1.35.1"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics", "serde"]
version = "1.6.1"

[package]
authors = ["Xue Haonan <xuehaonan27@gmail.com>"]
description = "A crate for communicating with firecracker for the development of PKU-cloud."
edition = "2021"
license = "Apache-2.0"
name = "rustcracker"
readme = "README.md"
repository = "https://github.com/xuehaonan27/rustcracker"
version = "1.1.0"