Files
cli/vendor/xattr/Cargo.toml

59 lines
1.4 KiB
TOML
Raw Normal View History

# 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.6.1"
authors = ["Steven Allen <steven@stebalien.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "unix extended filesystem attributes"
documentation = "https://docs.rs/xattr"
readme = "README.md"
keywords = [
"xattr",
"filesystem",
"unix",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Stebalien/xattr"
[features]
default = ["unsupported"]
unsupported = []
[lib]
name = "xattr"
path = "src/lib.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[dev-dependencies.tempfile]
version = "3"
[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "macos", target_os = "hurd"))'.dependencies.rustix]
version = "1.0.0"
features = [
"fs",
"std",
]
default-features = false
[target.'cfg(any(target_os = "freebsd", target_os = "netbsd"))'.dependencies.libc]
version = "0.2.150"