[package] name = "agilulf_fs" version = "0.1.0" authors = ["Yang Keao "] edition = "2018" description = "Async file IO abstract layer (with Linux AIO)" license = "MIT" homepage = "https://github.com/YangKeao/Agilulf/tree/master/agilulf_fs" repository = "https://github.com/YangKeao/Agilulf.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures-preview = { version = "=0.3.0-alpha.17", features = ["async-await", "nightly"] } quick-error = "1.2.2" nix = "0.14.1" lazy_static = "1.3.0" libc = "0.2.60"