# 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 = "docpos" version = "0.2.0" authors = [ "geo-ant", "eugenesvk", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compact-document items after defining them (fn, struct, enum) + document fn parameters with rustdoc (â‘‚roxygen)" homepage = "https://github.com/eugenesvk/docpos" readme = "Readme.md" keywords = [ "document", "function", "parameters", "arguments", "doxygen", ] categories = [ "rust-patterns", "development-tools", ] license = "MIT" repository = "https://github.com/eugenesvk/docpos" [lib] name = "docpos" path = "src/lib.rs" proc-macro = true [[test]] name = "compilation_tests" path = "tests/compilation_tests.rs" [[test]] name = "macro_expansions" path = "tests/macro_expansions.rs" [[test]] name = "smoketest" path = "tests/smoketest.rs" [dependencies.indoc] version = "2.0.5" [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0" features = [ "parsing", "full", ] [dev-dependencies.macrotest] version = "1.0" [dev-dependencies.trybuild] version = "1.0" [badges.maintenance] status = "passively-maintained"