ej-builder-sdk 0.3.2

SDK for creating applications that interface with EJB
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["net", "io-util", "rt-multi-thread"]
version = "1.44.2"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "ej_builder_sdk"
path = "src/lib.rs"

[lints.rust]
unsafe_code = "forbid"
unused = "allow"

[package]
authors = ["André Costa andre_miguel_costa@hotmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SDK for creating applications that interface with EJB"
edition = "2024"
license = "MIT"
name = "ej-builder-sdk"
readme = "README.md"
resolver = "2"
version = "0.3.2"

[package.metadata.cargo-machete]
ignored = ["tokio-test"]