# 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" name = "bindocs" version = "0.1.0" description = "A tool to assist writing documentation for Rust binaries" readme = "README.md" keywords = [ "documentation", "generator", "markdown", "binary", "cli", ] license = "MIT" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.libcorn] version = "0.8.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.proc-macro2] version = "1.0.66" [dependencies.serde] version = "1.0.177" features = ["derive"] [dependencies.syn] version = "2.0.27" features = [ "full", "extra-traits", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.walkdir] version = "2.3.3"