# 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 = "codize" version = "0.3.3" authors = ["Pistonight "] exclude = [ ".github/**/*", "Taskfile.yml", ] description = "Simple, language-agnostic library that pretty-prints code for your code-generation tool." readme = "README.md" keywords = [ "code", "block", "format", "nested", "print", ] categories = ["value-formatting"] license = "Unlicense" repository = "https://github.com/Pistonite/codize" [dependencies.derivative] version = "2.2.0" [dev-dependencies.indoc] version = "2.0.5"