# 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-address-space" version = "0.3.0" authors = ["Alibaba Dragonball Team"] description = "address space manager for virtual machines." homepage = "https://github.com/openanolis/dragonball-sandbox" readme = "README.md" keywords = [ "dragonball", "address", "vmm", "secure-sandbox", ] license = "Apache-2.0" repository = "https://github.com/openanolis/dragonball-sandbox" [dependencies.arc-swap] version = ">=0.4.8" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2.39" [dependencies.nix] version = "0.23.1" [dependencies.thiserror] version = "1" [dependencies.vm-memory] version = "0.9" features = [ "backend-mmap", "backend-atomic", ] [dependencies.vmm-sys-util] version = "0.11.0"