# 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] name = "rustdoc-stripper" version = "0.1.19" authors = ["Guillaume Gomez "] description = "A tool to manipulate rustdoc comments" homepage = "https://github.com/GuillaumeGomez/rustdoc-stripper" documentation = "https://github.com/GuillaumeGomez/rustdoc-stripper" readme = "README.md" keywords = [ "rustdoc", "doc", "strip", "tool", ] license = "Apache-2.0" repository = "https://github.com/GuillaumeGomez/rustdoc-stripper" [lib] name = "stripper_lib" [[bin]] name = "rustdoc-stripper" [dev-dependencies.tempfile] version = "3.0.5"