# 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 = "2018" name = "paper-terminal" version = "3.0.0" authors = ["Cameron Eldridge "] description = """ Writes a file to a paper in your terminal. Especially if that file is Markdown. """ homepage = "https://github.com/foxfriends/paper-terminal" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/foxfriends/paper-terminal" [[bin]] name = "paper" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.cjk] version = "0.2" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.console] version = "0.15" features = ["unicode-width"] [dependencies.directories-next] version = "2.0" [dependencies.image] version = "0.24" [dependencies.pulldown-cmark] version = "0.8" [dependencies.syncat-stylesheet] version = "3.5.0" features = ["ansi_term"] [dependencies.terminal_size] version = "0.1" [dependencies.unicode-width] version = "0.1"