# 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 = "typeset" version = "2.0.4" authors = ["Soren Norbaek "] description = "A DSL for defining source code pretty printers" homepage = "https://docs.rs/typeset/latest/typeset/" documentation = "https://docs.rs/typeset/latest/typeset/" readme = "README.md" keywords = [ "dsl", "pretty", "printer", ] categories = [ "compilers", "template-engine", ] license-file = "LICENSE" repository = "https://github.com/soren-n/typeset-rs/tree/main/typeset" [dependencies.bumpalo] version = "3.16.0"