# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ghc-rts-rs" version = "0.0.1" authors = ["Michael Gattozzi "] build = "build.rs" exclude = ["src/ghc-8.2.2/"] description = "Link in the Haskell Runtime to run Haskell inside Rust" homepage = "https://github.com/mgattozzi/ghc-rts-rs" documentation = "https://docs.rs/ghc-rts-rs" readme = "README.md" keywords = ["Haskell", "RTS", "FFI"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/mgattozzi/ghc-rts-rs" [lib] name = "ghc_rts" crate-type = ["rlib"] [dependencies.libc] version = "0.2.36" [build-dependencies.cabal-rs] version = "0.0.1" [build-dependencies.duct] version = "0.9.2" [build-dependencies.walkdir] version = "2.0.1"