helix-driver-native 0.1.21

Helix 的 Tokio Native 平台驱动
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 = "2021"
name = "helix-driver-native"
version = "0.1.21"
authors = ["CSES Team"]
build = false
include = [
    "/src/**",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helix 的 Tokio Native 平台驱动"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://git.yundiz.com/cses/go/helix"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.helix-core]
version = "=0.1.21"
package = "cses-helix-core"

[dependencies.helix-driver-host]
version = "=0.1.21"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.helix-im]
version = "=0.1.21"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.tokio-tungstenite]
version = "0.24"
features = ["native-tls"]

[lints.clippy]
disallowed_macros = "allow"
disallowed_methods = "allow"
undocumented_unsafe_blocks = "deny"