# 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 = "rasi-default" version = "0.1.11" description = "a reference implementation of RASI syscalls" documentation = "https://docs.rs/rasi-mio" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/RASI.git" [dependencies.boxcar] version = "^0.2.4" [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "^0.3" optional = true default-features = false [dependencies.mio] version = "^0.8.9" features = [ "os-poll", "net", "os-ext", ] [dependencies.num_cpus] version = "^1.16" [dependencies.parking_lot] version = "^0.12" [dependencies.rasi-syscall] version = "^0.1" optional = true default-features = false [dependencies.thiserror] version = "1.0.57" [dev-dependencies.futures-test] version = "0.3.30" [dev-dependencies.rasi-spec] version = "^0.1" [features] alloc = [ "futures/alloc", "futures/executor", ] default = [ "std", "fs", "net", "time", "executor", "unix_socket", "windows_named_pipe", ] executor = [ "rasi-syscall/executor", "futures/executor", "futures/thread-pool", ] fs = ["rasi-syscall/fs"] net = ["rasi-syscall/net"] std = [ "futures/std", "futures/executor", ] time = ["rasi-syscall/time"] unix_socket = ["rasi-syscall/unix_socket"] windows_named_pipe = [ "rasi-syscall/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