# 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 = "2021" name = "STKLR" version = "0.0.42" authors = ["jer "] publish = true description = """ STKLR: pronounced 'stickler'. Is a cli tool to automatically link functions, enums, structs, traits etc in rust-doc docstrings. I couldn't find a tool like this when I needed it so... here we are. """ homepage = "https://github.com/alphastrata/stklr.git" readme = "README.md" keywords = [ "docs", "rust-doc", "sed", "search", "pattern", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/alphastrata/stklr.git" [[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] version = "4.0.9" features = ["derive"] [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"