ghci 0.2.0

Manage and communicate with ghci (Haskell's GHC interpreter)
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 = "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"