[[bin]]
name = "stklr"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12.1"
[dependencies.anyhow]
version = "1.0.65"
[dependencies.chrono]
version = "0.4.22"
[dependencies.clap]
features = ["derive"]
version = "4.0.9"
[dependencies.fern]
version = "0.6.1"
[dependencies.glob]
version = "0.3.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.17"
[dependencies.regex]
version = "1.6.0"
[package]
authors = ["jer <alphastrata@gmail.com>"]
categories = ["command-line-utilities", "text-processing"]
description = "STKLR: pronounced 'stickler'.\nIs a cli tool to automatically link functions, enums, structs, traits etc in rust-doc docstrings. I couldn't this when I needed it, so, here we are...\n"
edition = "2021"
homepage = "https://github.com/alphastrata/stklr.git"
keywords = ["docs", "rust-doc", "sed", "search", "pattern"]
license = "MIT"
name = "STKLR"
publish = true
readme = "README.md"
repository = "https://github.com/alphastrata/stklr.git"
version = "0.0.2-beta"