# 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 = "tan-formatting" version = "0.16.0" authors = ["George Moschovitis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Formatting infrastructure for the Tan Language" readme = "README.md" keywords = [ "tan", "language", "formatting", "pretty-print", ] license = "Apache-2.0" repository = "https://github.com/tan-language/tan_fmt" [lib] name = "tan_formatting" path = "src/lib.rs" [[test]] name = "layout_test" path = "tests/layout_test.rs" [[test]] name = "pretty_test" path = "tests/pretty_test.rs" [dependencies.regex] version = "1" [dependencies.tan] version = "0.16" [dependencies.tan-analysis] version = "0.16"