# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61.0" name = "cargo-doc2readme" version = "0.5.0" authors = ["Dominic "] build = false include = [ "src/**/*", "Cargo.lock", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "cargo subcommand to create a readme file containing the rustdoc comments from your code" readme = "README.md" keywords = [ "cargo", "subcommand", "readme", "doc2readme", "rustdoc", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/msrd0/cargo-doc2readme" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "cargo_doc2readme" path = "src/lib.rs" [[bin]] name = "cargo-doc2readme" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ariadne] version = "0.5" [dependencies.base64] version = "0.22" [dependencies.blake3] version = "1.5" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.either] version = "1.13" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.7" [dependencies.minijinja] version = "2.4" features = [ "builtins", "debug", "key_interning", "urlencode", ] default-features = false [dependencies.monostate] version = "0.1" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] default-features = false [dependencies.pulldown-cmark] version = "0.12.2" default-features = false [dependencies.pulldown-cmark-to-cmark] version = "18.0" [dependencies.quote] version = "1.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.simple_logger] version = "5.0" features = [ "colors", "stderr", ] default-features = false [dependencies.syn] version = "2.0" features = [ "clone-impls", "full", "parsing", "printing", ] default-features = false [dependencies.url] version = "2.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.lazy-regex] version = "3.0" [dev-dependencies.libtest] version = "0.7" package = "libtest-mimic" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rustversion] version = "1.0.11" [dev-dependencies.toml] version = "0.1" package = "basic-toml" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.pulldown-cmark] version = "0.12" features = ["simd"] default-features = false