calypso_base 0.1.1

Base types and utilities for Calypso that don't require any other Calypso crates (excluding calypso_error)
Documentation
[dependencies.atty]
optional = true
version = "0.2.14"

[dependencies.calypso_error]
version = "2.0.0"

[dependencies.lasso]
features = ["multi-threaded"]
optional = true
version = "0.6.0"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.once_cell]
optional = true
version = "1.9.0"

[dependencies.termcolor]
optional = true
version = "1.1.2"

[dependencies.tracing]
version = "0.1.31"

[features]
calypso_interns = ["symbol"]
default = ["span", "symbol", "ui", "calypso_interns"]
span = []
symbol = ["lazy_static", "once_cell", "lasso", "span"]
ui = ["termcolor", "atty"]

[package]
authors = ["ThePuzzlemaker <tpzker@thepuzzlemaker.info>"]
description = "Base types and utilities for Calypso that don't require any other Calypso crates (excluding calypso_error)"
edition = "2021"
homepage = "https://github.com/calypso-lang/calypso/tree/main/libs/calypso_base"
license = "MIT OR Apache-2.0"
name = "calypso_base"
readme = "README.md"
repository = "https://github.com/calypso-lang/calypso/"
resolver = "2"
rust-version = "1.56"
version = "0.1.1"