# 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 = "cargo-sync-readme" version = "1.1.0" authors = ["Dimitri Sabadie "] description = "Generate a Markdown section in your README based on your Rust documentation" homepage = "https://github.com/phaazon/cargo-sync-readme" documentation = "https://docs.rs/cargo-sync-readme" readme = "README.md" keywords = ["cargo", "readme", "documentation"] categories = ["development-tools::cargo-plugins"] license = "BSD-3-Clause" repository = "https://github.com/phaazon/cargo-sync-readme" [[bin]] name = "cargo-sync-readme" required-features = ["cli"] [dependencies.pulldown-cmark] version = "0.8" [dependencies.regex] version = "1.4" [dependencies.structopt] version = "0.3" optional = true [dependencies.syn] version = "1" features = ["extra-traits"] [dependencies.toml] version = "0.5" [features] cli = ["structopt"] default = ["cli"]