# 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 = "insertfmt" version = "1.0.4" description = "fast & easy formatter MySQL INSERT queries" readme = "README.md" license = "MIT" [lib] name = "insertfmt_core" crate-type = [ "cdylib", "rlib", ] path = "./core/core.rs" [[bin]] name = "insertfmt" path = "./cli/main.rs" [dependencies.itertools] version = "0.11.0" [dependencies.regex] version = "1.9.3" [dependencies.sqlparser] version = "0.45.0" [dependencies.wasm-bindgen] version = "0.2.87"