cargo-intraconv 1.0.0

A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.
Documentation
[package]
name = "cargo-intraconv"
version = "1.0.0"
authors = ["Alexis Bourget <alexis.bourget@gmail.com>"]
edition = "2018"
description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate."
license = "MIT"
documentation = "https://github.com/poliorcetics/cargo-intraconv"
homepage = "https://github.com/poliorcetics/cargo-intraconv"
repository = "https://github.com/poliorcetics/cargo-intraconv"
readme = "README.md"
keywords = ["intra-doc-links", "documentation"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1"
lazy_static = "1.4"
ansi_term = "0.12"
argh = "0.1"