[package]
edition = "2024"
name = "kcl-async"
version = "0.1.0"
authors = ["Shemnei"]
build = false
exclude = [
".github/*",
"examples/",
"kcl-bootstrap/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async KCL MultiLang Daemon library"
homepage = "https://github.com/Shemnei/kcl-async"
documentation = "https://github.com/Shemnei/kcl-async"
readme = "README.md"
keywords = [
"aws",
"kinesis",
"async",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shemnei/kcl-async"
[lib]
name = "kcl_async"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.base64]
version = "0.22.1"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.simd-json]
version = "0.15.1"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
version = "1.46.1"
features = [
"io-std",
"io-util",
]
default-features = false