toad-java/glue/Cargo.toml

22 lines
350 B
TOML
Raw Normal View History

2023-04-04 22:36:01 +00:00
[package]
name = "toad-java-glue"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate_type = ["cdylib"]
2023-04-09 05:54:04 +00:00
[features]
default = ["e2e"]
e2e = []
2023-04-04 22:36:01 +00:00
[dependencies]
jni = "0.21.1"
2023-04-08 17:35:23 +00:00
nb = "1"
toad = "0.17.3"
2023-04-13 21:16:40 +00:00
toad-jni = "0.9.1"
2023-04-09 05:54:04 +00:00
no-std-net = "0.6"
toad-msg = "0.18.1"
2023-04-04 22:36:01 +00:00
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}