fs-tree 0.7.0

Filesystem path Trie with an API focused on filesystem operations.
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 = "fs-tree"
version = "0.7.0"
authors = ["João M. Bezerra <marcospb19@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem path Trie with an API focused on filesystem operations."
readme = "README.md"
license = "MIT"
repository = "https://github.com/marcospb19/fs-tree"

[features]
default = ["fs-err"]
fs-err = ["dep:fs-err"]
libc-file-type = ["dep:libc"]

[lib]
name = "fs_tree"
path = "src/lib.rs"

[[example]]
name = "iter"
path = "examples/iter.rs"

[[example]]
name = "load_from_path"
path = "examples/load_from_path.rs"

[[example]]
name = "merge_trees"
path = "examples/merge_trees.rs"

[dependencies.file_type_enum]
version = "2.0.1"

[dependencies.fs-err]
version = "3.0.0"
optional = true

[dependencies.libc]
version = "0.2.0"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.13.0"