# 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 = "igvm" version = "0.3.3" authors = ["Microsoft"] description = "The igvm crate is an implementation of a parser for the Independent Guest Virtual Machine (IGVM) file format." readme = "README.md" keywords = ["virtualization"] categories = [ "virtualization", "parser-implementations", ] license = "MIT" repository = "https://github.com/microsoft/igvm" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "igvm" crate-type = [ "staticlib", "rlib", ] [dependencies.bitfield-struct] version = "0.7" [dependencies.crc32fast] version = "1.3.2" default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.igvm_defs] version = "0.3.3" features = ["unstable"] [dependencies.open-enum] version = "0.5.2" [dependencies.range_map_vec] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.zerocopy] version = "0.7.32" features = [ "derive", "alloc", ] [features] default = [] igvm-c = []