# 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 = "2018" name = "gluon_format" version = "0.18.2" authors = ["Markus "] description = "Code formatting for the gluon programming language" documentation = "https://docs.rs/gluon" license = "MIT" repository = "https://github.com/gluon-lang/gluon" [[test]] name = "std" harness = false [dependencies.codespan] version = "0.11.1" [dependencies.gluon_base] version = "0.18.2" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.20" [dependencies.pretty] version = "0.10.0" [dev-dependencies.difference] version = "2.0.0" [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.gluon] version = ">=0.9" [dev-dependencies.gluon_base] version = "0.18.2" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tensile] version = "0.7" features = ["tokio"] [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [dev-dependencies.walkdir] version = "2.3.3" [features] test = []