# 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 = "cmakefmt" version = "0.1.11" authors = ["Pedro Tacla Yamada "] exclude = [ "samples", "experiments", "smoketest", "update-samples.sh", ] description = "Good enough (MVP, early) CMake auto formatter." readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/cmakefmt" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.nom] version = "7.1.3" features = ["alloc"] [dependencies.nom-supreme] version = "0.8.0" [dependencies.pretty] version = "0.12.3"