[dependencies.comrak]
version = "0.31"
[dependencies.desync]
version = "0.8"
[dependencies.flo_scene]
features = ["json", "tokio_support"]
version = "0.2"
[dependencies.flo_stream]
version = "0.7"
[dependencies.futures]
version = "0.3"
[dependencies.itertools]
version = "0.13"
[dependencies.once_cell]
version = "1.18"
[dependencies.ron]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["net", "io-util"]
version = "1.37"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.tokio]
features = ["net", "io-util", "rt", "rt-multi-thread", "macros"]
version = "1.37"
[[example]]
name = "command_pipe"
path = "examples/command_pipe.rs"
[features]
auto-start = []
default = ["auto-start"]
[lib]
name = "flo_scene_pipe"
path = "src/lib.rs"
[package]
authors = ["Andrew Hunter"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "Inter-scene and inter-process communication for flo_scene"
edition = "2021"
keywords = ["message-queue"]
license = "Apache-2.0"
name = "flo_scene_pipe"
readme = "README.md"
repository = "https://github.com/Logicalshift/flo_scene"
version = "0.2.0"
[[test]]
name = "command_program_tests"
path = "tests/command_program_tests.rs"
[[test]]
name = "internal_socket_tests"
path = "tests/internal_socket_tests.rs"
[[test]]
name = "standard_command_tests"
path = "tests/standard_command_tests.rs"