# 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" rust-version = "1.65" name = "deno_sqlformat" version = "0.3.2" authors = ["Josh Holmer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Formats whitespace in a SQL string to make it easier to read" homepage = "https://github.com/shssoichiro/sqlformat-rs" documentation = "https://docs.rs/sqlformat" readme = "README.md" keywords = ["sql"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/shssoichiro/sqlformat-rs" [lib] name = "deno_sqlformat" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.nom] version = "7.0.0" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1.6" [dependencies.unicode_categories] version = "0.1.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.indoc] version = "2.0"