[dependencies.anyhow]
version = "1.0.71"
[dependencies.ascii]
version = "1.1.0"
[dependencies.async-trait]
version = "0.1.75"
[dependencies.base16]
version = "0.2.1"
[dependencies.bb8]
version = "0.8.1"
[dependencies.futures]
version = "0.3.30"
[dependencies.hex]
version = "0.4.3"
[dependencies.num_enum]
version = "0.7.1"
[dependencies.paste]
version = "1.0.14"
[dependencies.rustls-pemfile]
version = "2.0.0"
[dependencies.rustls-pki-types]
version = "1.0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"
[dependencies.serde_tuple]
version = "0.5.0"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.time]
version = "0.3.31"
[dependencies.tokio]
features = ["full", "tracing"]
version = "1.0"
[dependencies.tokio-rustls]
version = "0.25.0"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.6.1"
[dev-dependencies.dotenv]
version = "0.15.0"
[dev-dependencies.dotenv_codegen]
version = "0.15.0"
[dev-dependencies.maplit]
version = "1.0.2"
[dev-dependencies.time]
features = ["macros"]
version = "0.3.31"
[dev-dependencies.tokio-stream]
version = "0.1"
[[example]]
name = "adapt_invoke"
path = "examples/adapt_invoke.rs"
[[example]]
name = "hybrid_sync_async"
path = "examples/hybrid_sync_async.rs"
[[example]]
name = "long_payload"
path = "examples/long_payload.rs"
[[example]]
name = "retrieves_async"
path = "examples/retrieves_async.rs"
[[example]]
name = "retrieves_sync"
path = "examples/retrieves_sync.rs"
[[example]]
name = "subscribe_publish"
path = "examples/subscribe_publish.rs"
[features]
dangerous_enable_ssl_keylog_file = []
dangerous_simulated_latency = []
[lib]
name = "orchestra_toolkit"
path = "src/lib.rs"
[package]
authors = ["LEDR Technologies Inc. <support@ledr.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "Client to interract with Orchestra system, uses HGTP protocol"
edition = "2021"
keywords = ["networking", "knowledge", "graph"]
license = "LGPL-3.0-or-later"
name = "orchestra-toolkit"
readme = "README.md"
version = "0.6.3"
[[test]]
name = "retrieve_entity"
path = "tests/retrieve_entity.rs"