# 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 = "present" version = "0.2.3" authors = ["Liam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interpolate the standard output of arbitrary shell scripts into your markdown files" homepage = "https://github.com/terror/present" readme = "README.md" keywords = [ "command-line", "productivity", "utility", "markdown", "bash", ] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/terror/present" resolver = "2" [lib] name = "present" path = "src/lib.rs" [[bin]] name = "present" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.pulldown-cmark] version = "0.9.6" features = ["simd"] default-features = false [dependencies.ropey] version = "1.6.1" [dependencies.similar] version = "2.6.0" [dependencies.snafu] version = "0.7.5" features = ["std"] default-features = false [dependencies.termimad] version = "0.20.6" [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.executable-path] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.unindent] version = "0.1.11"