# 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 = "2018" name = "libperl-rs" version = "0.3.0" authors = ["Kobayasi, Hiroaki "] description = "Embed perl5 runtime in Rust" keywords = ["perl"] license = "GPL-1.0-or-later OR Artistic-1.0-Perl" repository = "https://github.com/hkoba/libperl-rs.git" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.if_chain] version = "1.0" [dependencies.libperl-sys] version = "^0.3" [dependencies.typed-arena] version = "1.2.0" [build-dependencies.libperl-config] version = "^0.3" [build-dependencies.regex] version = "1" [badges.travis-ci] branch = "master" repository = "hkoba/libperl-rs"