bock-types 1.0.0

Type system, type checking, and inference for the Bock language
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 = "2021"
rust-version = "1.82"
name = "bock-types"
version = "1.0.0"
authors = ["Bock Language Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type system, type checking, and inference for the Bock language"
homepage = "https://bocklang.org"
documentation = "https://docs.rs/bock-types"
readme = "README.md"
keywords = [
    "bock",
    "language",
    "compiler",
    "transpiler",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bock-lang/bock"

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

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

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

[dependencies.bock-air]
version = "1.0.0"

[dependencies.bock-ast]
version = "1.0.0"

[dependencies.bock-errors]
version = "1.0.0"

[dev-dependencies.bock-lexer]
version = "1.0.0"

[dev-dependencies.bock-parser]
version = "1.0.0"

[dev-dependencies.bock-source]
version = "1.0.0"