# 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-utils" version = "0.2.1" authors = ["Alibaba Dragonball Team"] description = "helpers and utilities used by dragonball-sandbox components" homepage = "https://github.com/openanolis/dragonball-sandbox" readme = "README.md" keywords = [ "dragonball", "secure-sandbox", "utils", ] license = "Apache-2.0 AND BSD-3-Clause" repository = "https://github.com/openanolis/dragonball-sandbox" [dependencies.anyhow] version = "1.0" [dependencies.event-manager] version = "0.2.1" features = ["remote_endpoint"] [dependencies.libc] version = "0.2.39" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.27" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0" [dependencies.timerfd] version = "1.0" [dependencies.vmm-sys-util] version = "0.11.0" [dev-dependencies.serde_json] version = "1.0.9"