# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rustcracker" version = "1.1.0" authors = ["Xue Haonan "] description = "A crate for communicating with firecracker for the development of PKU-cloud." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/xuehaonan27/rustcracker" [[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] version = "0.27.1" features = [ "fs", "user", "signal", ] [dependencies.run_script] version = "0.10.1" [dependencies.serde] version = "1.0.195" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "process", "macros", "fs", ] [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ]