cargo-plot 0.1.2

Szwajcarski scyzoryk do wizualizacji struktury projektu i generowania raportów Markdown bezpośrednio z poziomu Cargo.
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"
rust-version = "1.93.1"
name = "cargo-plot"
version = "0.1.2"
authors = ["Jan Roman Cisowski „j-Cis”"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Szwajcarski scyzoryk do wizualizacji struktury projektu i generowania raportów Markdown bezpośrednio z poziomu Cargo."
readme = "README.md"
keywords = [
    "cargo",
    "tree",
    "markdown",
    "documentation",
    "cli",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/j-Cis/cargo-plot"
resolver = "3"

[package.metadata.cargo]
edition = "2024"

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

[[bin]]
name = "cargo-plot"
path = "src/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.colored]
version = "3.1.1"

[dependencies.inquire]
version = "0.9.4"

[dependencies.regex]
version = "1.12.3"

[dependencies.walkdir]
version = "2.5.0"