prj-core 1.1.0

Core library for prj — project detection, database, stats, and manifest
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 = "prj-core"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for prj — project detection, database, stats, and manifest"
readme = "README.md"
keywords = [
    "project-management",
    "git",
    "workspace",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/hxyulin/prj"

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

[dependencies.bytesize]
version = "2"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.directories]
version = "6"

[dependencies.git2]
version = "0.20"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokei]
version = "12"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"