# 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-fuse" version = "0.2.0" authors = ["Alibaba Dragonball Team"] description = "Utilities for tokio/tokio-uring based async IO" homepage = "https://github.com/openanolis/dragonball-sandbox" readme = "README.md" keywords = ["async", "tokio", "tokio-uring"] license = "Apache-2.0" repository = "https://github.com/openanolis/dragonball-sandbox" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin"] [dependencies.async-trait] version = "0.1.56" optional = true [dependencies.futures] version = "0.3.21" optional = true [dependencies.libc] version = "0.2.39" [dependencies.tokio] version = "1" optional = true [dependencies.vm-memory] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.vmm-sys-util] version = "0.9.0" [features] async-io = ["async-trait", "futures", "tokio/fs", "tokio/net", "tokio/sync", "tokio/rt"] [target."cfg(target_os = \"linux\")".dependencies.io-uring] version = "0.5.2" features = ["unstable"] [target."cfg(target_os = \"linux\")".dependencies.scoped-tls] version = "1.0.0" [target."cfg(target_os = \"linux\")".dependencies.slab] version = "0.4.6" [target."cfg(target_os = \"linux\")".dependencies.socket2] version = "0.4.4" features = ["all"] [target."cfg(target_os = \"linux\")".dependencies.tokio-uring] version = "0.3.0"