blob: 9793bcc2524913712c3dea222406be43140e3916 [file] [log] [blame]
# 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 = "xattr"
version = "1.3.1"
authors = ["Steven Allen <steven@stebalien.com>"]
description = "unix extended filesystem attributes"
documentation = "https://docs.rs/xattr"
readme = "README.md"
keywords = [
"xattr",
"filesystem",
"unix",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/Stebalien/xattr"
[dependencies.rustix]
version = "0.38.29"
features = [
"fs",
"std",
]
default-features = false
[dev-dependencies.rustix]
version = "0.38.28"
features = ["net"]
default-features = false
[dev-dependencies.tempfile]
version = "3"
[features]
default = ["unsupported"]
unsupported = []
[target."cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))".dependencies.libc]
version = "0.2.150"
[target."cfg(target_os = \"linux\")".dependencies.linux-raw-sys]
version = "0.4.11"
features = ["std"]
default-features = false