kcl-async 0.1.0

Async KCL MultiLang Daemon library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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