Skip to content

Commit

Permalink
bindgen-jni 0.0.1: Deprecating in favor of to-be-released jni-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Aug 7, 2019
1 parent 301ad3c commit 1f8bec8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[package]
name = "bindgen-jni"
version = "0.0.0"
version = "0.0.1"
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
edition = "2018"
description = "Code generator for binding to JVM APIs from Rust"
# documentation = "https://docs.rs/bindgen-jni/"
repository = "https://github.com/MaulingMonkey/bindgen-jni"
readme = "README.md"
keywords = ["jvm", "jni", "bindgen", "android"]
categories = ["development-tools::ffi"]
description = "Renamed to jni-bindgen. Code generator for binding to JVM APIs from Rust"
license = "MIT OR Apache-2.0"
include = ["/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/Readme.md"]

Expand All @@ -21,3 +16,6 @@ zip = "0.5.2"
[dev-dependencies]
bugsalot = "0.1.4"
jni-sys = "0.3.0"

[badges]
maintenance = { status = "deprecated" }

0 comments on commit 1f8bec8

Please sign in to comment.