# 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 = "ioslice" version = "0.6.0" authors = ["4lDO2 <4lDO2@protonmail.com>"] exclude = ["target"] description = "no_std I/O slices that are still optionally ABI compatible with std and lbc" documentation = "https://docs.rs/ioslice" readme = "README.md" keywords = [ "os", "iovec", "vectored-io", ] categories = [ "api-bindings", "no-std", "os::unix-apis", "os::windows-apis", "os", ] license = "MIT" repository = "https://github.com/4lDO2/ioslice-rs" [dependencies.stable_deref_trait] version = "1" optional = true [dev-dependencies.libc] version = "0.2" [features] alloc = [] default = [ "std", "io_box", ] io_box = ["alloc"] nightly = [] std = [ "libc", "winapi", "alloc", ] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "ntdef", "ws2def", ] optional = true [badges.is-it-maintained-issue-resolution] repository = "4lDO2/ioslice-rs" [badges.is-it-maintained-open-issues] repository = "4lDO2/ioslice-rs" [badges.travis-ci] branch = "master" repository = "4lDO2/ioslice-rs"