type_inference 0.4.0

type inference for lazysql
Documentation
# 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 = "2024"
name = "type_inference"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "type inference for lazysql"
readme = false
license = "MIT"

[lib]
name = "type_inference"
path = "src/lib.rs"

[[test]]
name = "ai_tests"
path = "tests/ai_tests.rs"

[[test]]
name = "binding_test"
path = "tests/binding_test.rs"

[[test]]
name = "select_and_binding_test"
path = "tests/select_and_binding_test.rs"

[[test]]
name = "select_test"
path = "tests/select_test.rs"

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.sqlparser]
version = "0.59.0"
features = ["visitor"]