# 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 = "rasio-mio" version = "0.1.1" description = "a RASIO drivers implementation base on mio" documentation = "https://docs.rs/rasio-mio" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/RASIO.git" [dependencies.boxcar] version = "^0.2.4" [dependencies.dashmap] version = "^6.0" [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.mio] version = "^1" features = [ "os-poll", "net", "os-ext", ] [dependencies.rasio] version = "^0.1" [dev-dependencies.futures-test] version = "^0.3" [dev-dependencies.rasio-spec] version = "^0.1" [features] default = ["windows_named_pipe"] windows_named_pipe = [ "windows-sys/Win32_Foundation", "windows-sys/Win32_Security", "windows-sys/Win32_Storage_FileSystem", "windows-sys/Win32_System_Pipes", "windows-sys/Win32_System_SystemServices", ] [target."cfg(windows)".dependencies.windows-sys] version = "^0.52" optional = true