# 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.56" name = "calypso_base" version = "0.1.1" authors = ["ThePuzzlemaker "] description = "Base types and utilities for Calypso that don't require any other Calypso crates (excluding calypso_error)" homepage = "https://github.com/calypso-lang/calypso/tree/main/libs/calypso_base" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/calypso-lang/calypso/" resolver = "2" [dependencies.atty] version = "0.2.14" optional = true [dependencies.calypso_error] version = "2.0.0" [dependencies.lasso] version = "0.6.0" features = ["multi-threaded"] optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.once_cell] version = "1.9.0" optional = true [dependencies.termcolor] version = "1.1.2" optional = true [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"]