summaryrefslogtreecommitdiffstats
path: root/openat/Cargo.toml
blob: a5b5b3fab63f1eb97dcb45c97b98163c0184af87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "openat"
description = """
    A wrapper around openat, symlinkat, and similar system calls
"""
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["open", "openat", "filesystem", "fs"]
categories = ["filesystem", "api-bindings"]
repository = "https://github.com/tailhook/openat"
homepage = "https://github.com/tailhook/openat"
documentation = "http://docs.rs/openat"
version = "0.1.21"
authors = ["paul@colomiets.name"]
edition = "2018"

[dependencies]
libc = "0.2.34"

[dev-dependencies]
argparse = "0.2.1"
tempfile = "3.0.3"