# 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" rust-version = "1.70.0" name = "cabal-foreign-library" version = "0.2.0" authors = ["Eric Zhao <21zhaoe@protonmail.com>"] description = """ A library for Cargo build scripts to build and link a Cabal foreign-library as a Rust crate. """ homepage = "https://github.com/mirryi/cabal-foreign-library" documentation = "https://docs.rs/cabal-foreign-library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mirryi/cabal-foreign-library" [dependencies.bindgen] version = "0.70" [dependencies.camino] version = "1.1" [dependencies.regex] version = "1.11" [dependencies.thiserror] version = "2.0" [dependencies.which] version = "7.0"