[package]
edition = "2021"
name = "ghci"
version = "0.2.0"
authors = ["Basile Henry <bjm.henry@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage and communicate with ghci (Haskell's GHC interpreter)"
readme = "README.md"
keywords = [
"haskell",
"repl",
"subprocess",
"ffi",
]
categories = [
"compilers",
"development-tools",
]
license = "MIT"
repository = "https://github.com/basile-henry/ghci-rs"
[lib]
name = "ghci"
path = "src/lib.rs"
[[test]]
name = "version-numbers"
path = "tests/version-numbers.rs"
[dev-dependencies.version-sync]
version = "0.9"
[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = ["poll"]
default-features = false
[target."cfg(unix)".dependencies.nonblock]
version = "0.2"
[target."cfg(unix)".dependencies.thiserror]
version = "2"