[dependencies.anyhow]
version = "1.0"
[dependencies.indexmap]
version = "2.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"
[lib]
name = "glyph_types"
path = "src/lib.rs"
[package]
authors = ["Glyph Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Core type definitions and value system for the Glyph programming language"
documentation = "https://docs.rs/glyph-types"
edition = "2021"
homepage = "https://github.com/glyph-lang/glyph"
keywords = ["glyph", "programming-language", "types"]
license = "MIT OR Apache-2.0"
name = "glyph-types"
readme = false
repository = "https://github.com/glyph-lang/glyph"
version = "0.0.1"