# 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 = "extattr" version = "1.0.0" authors = ["SteveLauC "] description = "Extended Attributes API bindings for Rust" readme = "README.md" keywords = [ "xattr", "filesystem", "unix", "extended-attribute", ] license = "GPL-2.0-only" repository = "https://github.com/SteveLauC/extattr" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "aarch64-linux-android", "aarch64-apple-darwin", "aarch64-apple-ios", "x86_64-unknown-freebsd", "x86_64-unknown-netbsd", ] [[test]] name = "test" path = "test/test.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.errno] version = "0.2.8" [dependencies.libc] version = "0.2.138" [dev-dependencies.tempfile] version = "3.3.0"