# 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.76" name = "cloud-hypervisor-command-builder" version = "0.38.0-beta.2" description = "Type safe command line builder for cloud-hypervisor" homepage = "https://github.com/adamflott/cloud-hypervisor-command-builder" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adamflott/cloud-hypervisor-command-builder" [dependencies.bytesize] version = "1.3.0" features = ["serde"] [dependencies.derive_builder] version = "0.20.0" [dependencies.serde] version = "1.0.197" features = [ "derive", "serde_derive", ]