[package]
edition = "2021"
rust-version = "1.82"
name = "bhc-types"
version = "0.2.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type system, type inference, and type representations for BHC"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/raskell-io/bhc"
[lib]
name = "bhc_types"
path = "src/lib.rs"
[dependencies.bhc-arena]
version = "0.2.3"
[dependencies.bhc-data-structures]
version = "0.2.3"
[dependencies.bhc-index]
version = "0.2.3"
[dependencies.bhc-intern]
version = "0.2.3"
[dependencies.bhc-span]
version = "0.2.3"
[dependencies.indexmap]
version = "2.1"
[dependencies.rustc-hash]
version = "1.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.smallvec]
version = "1.11"
features = [
"union",
"const_generics",
"serde",
]
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[lints.clippy]
should_implement_trait = "allow"