[package]
edition = "2024"
name = "prefix-file-tree"
version = "0.3.0"
authors = ["Travis Brown <travisrobertbrown@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Predictable file directory structures"
homepage = "https://github.com/travisbrown/prefix-file-tree"
readme = "README.md"
keywords = ["utility"]
license = "GPL-3.0-only"
repository = "https://github.com/travisbrown/prefix-file-tree"
[features]
data-encoding = ["dep:data-encoding"]
default = ["data-encoding"]
[lib]
name = "prefix_file_tree"
path = "src/lib.rs"
[dependencies.data-encoding]
version = "2"
optional = true
[dependencies.thiserror]
version = "2"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.md5]
version = "0.8"
[dev-dependencies.tempfile]
version = "3"