toad-java/glue/Cargo.toml

24 lines
382 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]
2023-04-26 14:48:28 +00:00
toad = "0.19.1"
toad-jni = "0.16.1"
jni = "0.21.1"
2023-04-08 17:35:23 +00:00
nb = "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"]}
naan = "0.1.32"
log = "0.4.17"