# 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 = "gelatyx" version = "0.3.0" authors = ["azzamsa "] exclude = ["/README.md"] description = "Format code blocks inside the docs" readme = "README.md" keywords = [ "cli", "formatter", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/azzamsa/gelatyx" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version}-{ target }.tar.gz" bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4.1.8" features = [ "suggestions", "color", "cargo", "derive", ] [dependencies.full_moon] version = "0.17.0" [dependencies.miette] version = "5.5" features = ["fancy"] [dependencies.owo-colors] version = "3.5.0" features = ["supports-colors"] [dependencies.regex] version = "1.7" [dependencies.stylua] version = "0.17.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7.2" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] [dev-dependencies.predicates] version = "2.1"