subc-client-rs 0.3.0

Shared serve + consume client for Rust subc modules.
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 = "subc-client-rs"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared serve + consume client for Rust subc modules."
readme = false
license = "MIT"
repository = "https://github.com/cortexkit/subconscious"

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

[[example]]
name = "echo-module"
path = "examples/echo-module.rs"

[[test]]
name = "real_daemon"
path = "tests/real_daemon.rs"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.subc-control]
version = "0.1"

[dependencies.subc-protocol]
version = "0.10"

[dependencies.subc-transport]
version = "0.5"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]