# 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-docco" version = "0.1.0" authors = ["creativcoder "] description = "cargo docco generates literate programming style documentation pages from source code. Port of Jash Kenas' Docco in Rust." keywords = ["cli", "cargo", "crates", "dependencies", "cargo-subcommand"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/creativcoder/cargo-docco" [[bin]] name = "cargo-docco" path = "src/main.rs" [dependencies.anyhow] version = "1.0.33" [dependencies.rocco] version = "0.1.0" [dependencies.structopt] version = "0.3.20"