thinkinglanguage-types 0.3.0

ThinkingLanguage — Type system and type checker
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 = "thinkinglanguage-types"
version = "0.3.0"
authors = ["Mallesh Madapathi <mallesh@thinkingdbx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ThinkingLanguage — Type system and type checker"
homepage = "https://github.com/mplusm/thinkinglanguage"
readme = "README.md"
keywords = [
    "data-engineering",
    "language",
    "ai",
    "pipeline",
    "etl",
]
categories = [
    "compilers",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/mplusm/thinkinglanguage"
resolver = "2"

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

[dependencies.tl-ast]
version = "0.3.0"

[dependencies.tl-errors]
version = "0.3.0"

[dev-dependencies.tl-parser]
version = "0.3.0"