openat-ext 0.1.0

Extension methods for the openat crate
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]
edition = "2018"
name = "openat-ext"
version = "0.1.0"
authors = ["Colin Walters <walters@verbum.org>"]
description = "    Extension methods for the openat crate\n"
homepage = "http://github.com/cgwalters/openat-ext"
documentation = "http://docs.rs/openat-ext"
readme = "README.md"
keywords = ["open", "openat", "filesystem", "fs"]
categories = ["filesystem", "api-bindings"]
license = "MIT/Apache-2.0"
[dependencies.openat]
version = "0.1.15"
[dev-dependencies.tempfile]
version = "3.0.3"