# 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.1.0" authors = ["Basile Henry "] 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" [dependencies.nix] version = "0.26.*" features = ["poll"] default-features = false [dependencies.nonblock] version = "0.2.*" [dependencies.thiserror] version = "~1.0.2" [dev-dependencies.version-sync] version = "0.9.*"