palaver 0.1.0

Cross-platform polyfills. This library attempts to provide reliable pollyfills for functionality that isn't implemented on all platforms, for example `gettid`, `memfd_create`, `fexecve`, as well as providing non-atomic versions of functions like `accept4`, `socket`+`SOCK_CLOEXEC`, `pipe2`, an other miscellanea like `seal` to make a file descriptor read-only thus suitable for `fexecve`.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "palaver"
version = "0.1.0"
authors = ["Alec Mocatta <alec@mocatta.net>"]
description = "Cross-platform polyfills.\n\nThis library attempts to provide reliable pollyfills for functionality that isn't implemented on all platforms, for example `gettid`, `memfd_create`, `fexecve`, as well as providing non-atomic versions of functions like `accept4`, `socket`+`SOCK_CLOEXEC`, `pipe2`, an other miscellanea like `seal` to make a file descriptor read-only thus suitable for `fexecve`.\n"
homepage = "https://github.com/alecmocatta/palaver"
documentation = "https://docs.rs/palaver/0.1.0"
readme = "README.md"
keywords = ["polyfill", "pal", "platform-abstraction"]
categories = ["os::unix-apis", "os::windows-apis", "os::macos-apis"]
license = "Apache-2.0"
repository = "https://github.com/alecmocatta/palaver"
[dependencies.bitflags]
version = "1.0"

[dependencies.proc_self]
version = "0.1"

[dependencies.valgrind_request]
version = "1.1"

[dependencies.void]
version = "1.0"
[target."cfg(unix)".dependencies.nix]
version = "0.11"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
[badges.circle-ci]
repository = "alecmocatta/palaver"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "alecmocatta/palaver"