# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-image" version = "0.4.0" authors = ["Diana"] description = "Create qemu bootable x86_64 OS images" homepage = "https://github.com/DianaNites/cargo-image" documentation = "https://docs.rs/cargo_image" readme = "README.md" keywords = ["x86_64", "no_std", "qemu", "image", "kernel"] categories = ["no-std", "embedded", "development-tools", "development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/DianaNites/cargo-image" [dependencies.cargo-toml2] version = "1.3.2" [dependencies.cargo_metadata] version = "0.8.2" [dependencies.llvm-tools] version = "0.1.1" [dependencies.structopt] version = "0.3.0" [badges.maintenance] status = "as-is"