bhc-session 0.2.2

Compiler session state, options, and configuration for BHC
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"
name = "bhc-session"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler session state, options, and configuration for BHC"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/raskell-io/bhc"

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

[dependencies.bhc-data-structures]
version = "0.2.2"

[dependencies.bhc-diagnostics]
version = "0.2.2"

[dependencies.bhc-span]
version = "0.2.2"

[dependencies.camino]
version = "1.1"
features = ["serde1"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.9"