onlyne-client 1.4.1

Onlyne v1 client: role runtime, dispatch, intent, adapter socket
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"
rust-version = "1.85"
name = "onlyne-client"
version = "1.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Onlyne v1 client: role runtime, dispatch, intent, adapter socket"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dbydd/onlyne"
resolver = "2"

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

[[bin]]
name = "onlyne-client"
path = "src/main.rs"

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

[[test]]
name = "scenarios"
path = "tests/scenarios/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.ed25519-dalek]
version = "2.1"
features = [
    "std",
    "rand_core",
]
default-features = false

[dependencies.flate2]
version = "1.0"

[dependencies.interprocess]
version = "2.4.4"
features = ["tokio"]

[dependencies.onlyne-adapter]
version = "1.4.1"

[dependencies.onlyne-config]
version = "1.4.1"

[dependencies.onlyne-frame]
version = "1.4.1"

[dependencies.onlyne-layout]
version = "1.4.1"

[dependencies.onlyne-net]
version = "1.4.1"

[dependencies.onlyne-proto]
version = "1.4.1"

[dependencies.onlyne-session]
version = "1.4.1"

[dependencies.onlyne-store]
version = "1.4.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "chrono",
    "serde_json",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "fs",
    "sync",
    "time",
    "process",
    "signal",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.onlyne-testkit]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.0"