[dependencies]
[dev-dependencies.tempfile]
version = "3.20.0"
[lib]
name = "fsquirrel"
path = "src/lib.rs"
[package]
authors = ["Finn Bear"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "fsquirrel is a cross-platform get/set extended file attributes"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fsquirrel"
readme = "README.md"
repository = "https://github.com/finnbear/fsquirrel/"
version = "0.1.2"
[target."cfg(unix)".dependencies.xattr]
version = "1.5.0"
[[test]]
name = "test"
path = "tests/test.rs"