cargo-plot 0.2.0

Szwajcarski scyzoryk do wizualizacji struktury projektu i generowania dokumentacji 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.94.0"
name = "cargo-plot"
version = "0.2.0"
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 dokumentacji bezpośrednio z poziomu Cargo."
readme = "README.md"
keywords = [
    "cargo",
    "tree",
    "markdown",
    "filesystem",
    "documentation",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
    "command-line-interface",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/j-Cis/cargo-plot"
resolver = "3"

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

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

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.cliclack]
version = "0.5.0"

[dependencies.colored]
version = "3.1.1"

[dependencies.console]
version = "0.16.3"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.eframe]
version = "0.33.3"

[dependencies.regex]
version = "1.12.3"

[dependencies.rfd]
version = "0.17.2"

[dependencies.shlex]
version = "1.3.0"

[dependencies.walkdir]
version = "2.5.0"

[lints.clippy]
too_many_arguments = "allow"

[lints.rust]
unsafe_code = "forbid"