# 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 = "markdown-linkify" version = "0.3.1" description = "Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/barafael/markdown-tools" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.dyn-clone] version = "1.0.13" [dependencies.pulldown-cmark] version = "0.9.3" [dependencies.pulldown-cmark-to-cmark] version = "11.0.0" [dependencies.regex] version = "1.9.4" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dependencies.tempfile] version = "3.8.0" [dependencies.toml] version = "0.7.6" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.3"