paper-terminal 0.1.1

Writes a file to a paper in your terminal. Especially if that file is Markdown.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "paper-terminal"
version = "0.1.1"
authors = ["Cameron Eldridge <cameldridge+git@gmail.com>"]
description = "Writes a file to a paper in your terminal. Especially if that file is Markdown.\n"
homepage = "https://github.com/oinkiguana/paper"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oinkiguana/paper"

[[bin]]
name = "paper"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.11"

[dependencies.console]
version = "0.7"

[dependencies.directories]
version = "1.0"

[dependencies.image]
version = "0.21"

[dependencies.pulldown-cmark]
version = "0.4"

[dependencies.structopt]
version = "0.2"

[dependencies.syncat-stylesheet]
version = "0.2"

[dependencies.terminal_size]
version = "0.1"