# 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 = "pintfmt" version = "0.1.0" authors = ["Essential Contributions "] description = "Formatter for the Pint programming language" homepage = "https://essential.builders/" license = "Apache-2.0" repository = "https://github.com/essential-contributions/pint" [dependencies.anyhow] version = "1.0" [dependencies.ariadne] version = "0.4" [dependencies.chumsky] version = "0.9" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.expect-test] version = "1.4" [dependencies.itertools] version = "0.13" [dependencies.logos] version = "0.14" [dependencies.thiserror] version = "1.0" [dependencies.yansi] version = "1.0" [dev-dependencies.regex] version = "1.10" [dev-dependencies.tempfile] version = "3.10" [dev-dependencies.test_bin] version = "0.4"