prefix-file-tree 0.3.0

Predictable file directory structures
Documentation
# 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 = "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"