# 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 = "asmdoc" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Documentation generator for assembly projects" readme = "README.md" license-file = "LICENSE" [lib] name = "asmdoc" path = "src/lib.rs" [[bin]] name = "asmdoc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.argh] version = "0.1.12" [dependencies.inform] version = "0.1.0" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.logos] version = "0.14.1" [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.208" [dependencies.serde_toml] version = "0.0.1" [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.5.0"