# 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 = "openat-ext" version = "0.2.3" authors = ["Colin Walters "] description = """ Extension methods for the openat crate """ homepage = "http://github.com/coreos/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.libc] version = "^0.2.94" [dependencies.nix] version = ">= 0.22, < 0.24" [dependencies.openat] version = "0.1.15" [dependencies.rand] version = "0.8.3" [dev-dependencies.anyhow] version = "1.0.33" [dev-dependencies.tempfile] version = "3.0.3"