# 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 = "query-fmt" version = "1.6.0" include = [ "src", "tree-sitter-query", ] description = "A formatter for tree-sitter queries" homepage = "https://github.com/max397574/query-fmt.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/max397574/query-fmt.rs" [profile.optimized] opt-level = "z" lto = true codegen-units = 1 inherits = "release" strip = true [[bin]] name = "query-fmt" path = "src/main.rs" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-query] version = "0.1.0" [target."cfg(unix)".dependencies.flate2] version = "1.0" [target."cfg(unix)".dependencies.tar] version = "0.4" [target."cfg(windows)".dependencies.winreg] version = "0.10.1" [target."cfg(windows)".dependencies.zip] version = "0.5"