# 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 = "pi_rt_file" version = "0.4.0" authors = ["vmos "] description = "async file 的封装,添加了多线程竞争排序。" readme = "README.md" keywords = [ "pi", "rt_file", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_rt_file.git" [dependencies.async-lock] version = "3.4" [dependencies.fnv] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.num_cpus] version = "1.13" [dependencies.pi-async-rt] version = "0.1" [dependencies.pi_async_file] version = "0.6" [dependencies.pi_hash] version = "0.1.1" features = ["xxhash"]