# 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 = "file-owner" version = "0.1.2" authors = ["Jakub Pastuszek "] description = "Set and get Unix file owner and group" homepage = "https://sr.ht/~jpastuszek/file-owner/" documentation = "https://docs.rs/file-owner" readme = "README.md" keywords = [ "file", "owner", "unix", "chown", ] categories = [ "filesystem", "os::unix-apis", ] license = "MIT" repository = "https://git.sr.ht/~jpastuszek/file-owner" [dependencies.nix] version = ">=0.24" features = [ "user", "fs", ] default-features = false [dev-dependencies.tempfile] version = "3.2.0"