# 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 = "2021" name = "openat_ct" version = "0.2.0-pre10" authors = ["paul@colomiets.name, ct@pipapo.org"] description = """ A wrapper around openat, symlinkat, and similar system calls forked and improved from https://crates.io/crates/openat """ homepage = "https://github.com/cehteh/openat" documentation = "http://docs.rs/openat_ct" readme = "README.md" keywords = [ "open", "openat", "filesystem", "fs", ] categories = [ "filesystem", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/cehteh/openat" resolver = "2" [dependencies.libc] version = "0.2" [dev-dependencies.argparse] version = "0.2" [dev-dependencies.tempfile] version = "3.0" [build-dependencies.conf_test] version = "0.3.0" [features] default = [] fcntl_f_dupfd_cloexec = [] fcntl_o_directory = [] link_file_at = [] linux = [ "o_path", "o_directory", "o_tmpfile", "statx", "proc_self_fd", "link_file_at", "rename_exchange", "renameat_flags", "fcntl_f_dupfd_cloexec", ] o_directory = [] o_path = [] o_search = [] o_tmpfile = [] proc_self_fd = [] rename_exchange = [] renameat_flags = [] statx = []