# 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 = "qcow2-rs" version = "0.1.6" authors = ["Ming Lei "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library for read/write qcow2 image in async/await" readme = "README.md" keywords = [ "io_uring", "qcow2", "qemu", "disk", "async", ] categories = [ "asynchronous", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ublk-org/qcow2-rs.git" [lib] name = "qcow2_rs" path = "src/lib.rs" [[bin]] name = "rqcow2" path = "src/main.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "qcow2_util" path = "tests/qcow2_util.rs" [[test]] name = "sync_io" path = "tests/sync_io.rs" [[test]] name = "uring_io" path = "tests/uring_io.rs" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.byteorder] version = "1.5" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.clap-num] version = "1.0.2" [dependencies.clap_derive] version = "4.3" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3.29" [dependencies.futures-locks] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["release_max_level_off"] [dependencies.miniz_oxide] version = "0.7" features = ["std"] [dependencies.nix] version = "0.26.2" [dependencies.rustversion] version = "1.0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.6.0" [dependencies.tokio] version = "1.17" features = ["full"] [dev-dependencies.crypto-hash] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.6.0" [target.'cfg(target_os = "linux")'.dependencies.tokio-uring] version = "0.4"