# 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 = "ruperl" version = "0.0.1-alpha.1" description = "A library for embedding perl in your rust project" homepage = "https://foursixnine.io" readme = "README.md" keywords = [ "perl", "embedded", "embed", "cpan", ] license = "Apache-2.0" repository = "https://github.com/foursixnine/ruperl" [[bin]] name = "ruperl" path = "src/main.rs" [dependencies.clap] version = "4.5.4" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.95" [badges.maintenance] status = "experimental,actively-developed"