# 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] name = "mdless" version = "0.2.0" authors = ["Sebastian Wiesner "] description = "Less for markdown" homepage = "https://github.com/lunaryorn/mdless.rs" readme = "README.md" keywords = ["markdown", "less"] categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" repository = "https://github.com/lunaryorn/mdless.rs" [package.metadata.release] dev-version-ext = "pre" pre-release-commit-message = "Release {{version}}" pro-release-commit-message = "Bump version to {{version}}" sign-commit = true tag-message = "mdless {{version}}" tag-prefix = "mdless-" upload-doc = false [dependencies.pulldown-cmark] version = "^0.1" [dependencies.structopt] version = "^0.1" [dependencies.structopt-derive] version = "^0.1" [dependencies.syntect] version = "^2" [dependencies.termion] version = "^1.5" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "lunaryorn/mdless"