# 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" rust-version = "1.60.0" name = "firepilot" version = "1.2.0" description = "Interface to work with Firecracker microVMs" homepage = "https://github.com/rik-org/firepilot" documentation = "https://docs.rs/firepilot" readme = "README.md" keywords = [ "firecracker", "microvm", "IPC", ] categories = [ "os::linux-apis", "virtualization", ] license = "MIT" repository = "https://github.com/rik-org/firepilot" resolver = "1" [dependencies.firepilot_models] version = "1.3.0" [dependencies.hyper] version = "0.14.24" [dependencies.hyperlocal] version = "0.8" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.160" [dependencies.serde_derive] version = "1.0.160" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.27.0" features = [ "process", "rt", "macros", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", "serde", ] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.reqwest] version = "0.11.15" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.tracing-subscriber] version = "0.3"