# 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 = "random-access-disk" version = "3.0.1" authors = [ "Yoshua Wuyts ", "Timo Tiuraniemi ", ] description = "Continuously read and write to disk, using random offsets and lengths" documentation = "https://docs.rs/random-access-disk" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/datrs/random-access-disk" [[bench]] name = "sync" harness = false [dependencies.async-std] version = "1.12.0" optional = true [dependencies.async-trait] version = "0.1" [dependencies.libc] version = "0.2" optional = true [dependencies.mkdirp] version = "1.0.0" [dependencies.random-access-storage] version = "5.0.0" [dependencies.tokio] version = "1.27.0" features = [ "fs", "io-util", ] optional = true [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.criterion] version = "0.4" features = [ "async_std", "async_tokio", ] [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.proptest-derive] version = "0.2.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [features] default = [ "sparse", "async-std", ] sparse = ["libc"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "ioapiset", "winioctl", ]