]> git.proxmox.com Git - perlmod.git/blobdiff - perlmod-macro/Cargo.toml
bump perlmod & macro to 0.11.0-1 and 0.7.0-1
[perlmod.git] / perlmod-macro / Cargo.toml
index 58b544a40eb8584053ce1d9a034aa92d90d85768..0da3f7c6a1fc8aa2eea5c6ce087ff3e2fed7e749 100644 (file)
@@ -1,22 +1,26 @@
 [package]
 name = "perlmod-macro"
-version = "0.1.0"
+version = "0.7.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
-edition = "2018"
+edition = "2021"
+build = "build.rs"
 license = "Apache-2.0 OR MIT"
 categories = [ "API bindings" ]
 keywords = [ "ffi", "perl" ]
+description = "perl package macros to create perl package bindings from rust at compile time"
+
+exclude = [ "debian" ]
+
+[badges]
 maintenance = { status = "experimental" }
 
 [lib]
 proc-macro = true
 
 [dependencies]
-failure = "0.1"
 proc-macro2 = "1.0"
 quote = "1.0"
 syn = { version = "1.0", features = [ "full" ] }
-toml = "0.5.5"
 
 [dev-dependencies]
 perlmod = { path = "../perlmod" }