# 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 = "firec" version = "0.2.0" description = "Rust API to interact with Firecracker" readme = "README.md" keywords = [ "firecracker", "unix", "linux", "microvm", "IPC", ] categories = [ "os::linux-apis", "virtualization", "web-programming::http-client", ] license-file = "LICENSE" repository = "https://github.com/blockjoy/firec/" resolver = "2" [dependencies.derivative] version = "2.2.0" [dependencies.futures-util] version = "0.3.21" [dependencies.hyper] version = "0.14.18" features = [ "client", "http2", ] [dependencies.hyperlocal] version = "0.8.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.sysinfo] version = "0.23.12" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.1" features = [ "process", "net", "fs", "rt", "time", ] [dependencies.tracing] version = "0.1.34" [dependencies.users] version = "0.11.0" [dependencies.uuid] version = "1.0.0" features = [ "serde", "v4", ] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.tokio] version = "1.18.1" features = [ "rt", "macros", ]