# 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 = "2018" name = "dbs-arch" version = "0.2.3" authors = ["Alibaba Dragonball Team"] description = "A collection of CPU architecture specific constants and utilities." homepage = "https://github.com/openanolis/dragonball-sandbox" readme = "README.md" keywords = [ "dragonball", "secure-sandbox", "arch", "ARM64", "x86", ] license = "Apache-2.0 AND BSD-3-Clause" repository = "https://github.com/openanolis/dragonball-sandbox" [package.metadata.docs.rs] all-features = true [dependencies.kvm-bindings] version = "0.6.0" features = ["fam-wrappers"] [dependencies.kvm-ioctls] version = "0.12.0" [dependencies.libc] version = ">=0.2.39" [dependencies.memoffset] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.vm-memory] version = "0.9" [dependencies.vmm-sys-util] version = "0.11.0" [dev-dependencies.vm-memory] version = "0.9" features = ["backend-mmap"]