arui-core 0.0.1

A project tree analyzer for code metrics and file system statistics
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 = "arui-core"
version = "0.0.1"
authors = ["Feudalman <feuclalman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A project tree analyzer for code metrics and file system statistics"
readme = "README.md"
keywords = [
    "project",
    "tree",
    "analyzer",
    "code",
    "metrics",
]
categories = [
    "development-tools",
    "development-tools::profiling",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Feudalman/arui-core"

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

[[test]]
name = "tree"
path = "tests/tree.rs"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]