cargo-readme 3.1.1

A cargo subcommand to generate README.md content from doc comments
Documentation
# 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 = "cargo-readme"
version = "3.1.1"
authors = ["Livio Ribeiro <livioribeiro@outlook.com>"]
description = "A cargo subcommand to generate README.md content from doc comments"
readme = "README.md"
keywords = ["readme", "documentation", "cargo", "subcommand"]
categories = ["development-tools::cargo-plugins"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/livioribeiro/cargo-readme"
[dependencies.clap]
version = "2.32"

[dependencies.lazy_static]
version = "1.1"

[dependencies.percent-encoding]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4"
[dev-dependencies.assert_cli]
version = "0.6"
[badges.appveyor]
repository = "livioribeiro/cargo-readme"
service = "github"

[badges.circle-ci]
repository = "livioribeiro/cargo-readme"

[badges.travis-ci]
repository = "livioribeiro/cargo-readme"