# 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-syscall" version = "0.1.11" description = "The low level syscall interface for RASI system." documentation = "https://docs.rs/rasi-syscall" license = "MIT" repository = "https://github.com/HalaOS/RASI.git" [dependencies.bitmask-enum] version = "^2.2" [dependencies.futures] version = "^0.3" default-features = false [features] alloc = [ "futures/alloc", "futures/executor", ] default = ["alloc"] executor = [] fs = [] net = [] std = [ "futures/std", "futures/executor", ] time = [] unix_socket = [] windows_named_pipe = []