[package]
edition = "2021"
rust-version = "1.60"
name = "vuetom_dc"
version = "0.0.1"
authors = ["Lauset <liujie7831@gmail.com>"]
include = [
"build.rs",
"src/**/*.rs",
"crates-io.md",
"README.md",
"LICENSE-MIT",
]
description = "vuetom rs utils"
homepage = "https://github.com/lauset/vuetom-rs"
documentation = "https://github.com/lauset/vuetom-rs#README"
readme = "crates-io.md"
keywords = [
"vuetom",
"utils",
"derive",
]
categories = ["no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lauset/vuetom-rs"
resolver = "1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "vt_dc"
crate-type = ["cdylib"]
[dependencies.jni]
version = "0.21"
[dev-dependencies.vuetom]
version = "0.0.1"