# 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 = "docstring-rs" version = "0.3.0" authors = ["Wilhelm Ågren "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] default-run = "docstring-rs" description = "📒 Generate or update docstrings for new and existing files. " homepage = "https://github.com/wilhelmagren/docstring-rs" readme = "README.md" keywords = [ "rust", "cli", "documentation", "automation", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/wilhelmagren/docstring-rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.6" [dependencies.text_io] version = "0.1.12"