bevygap_shared 0.3.1

Shared plugin used by bevygap plugins and related tools
Documentation
[package]
name = "bevygap_shared"
version.workspace = true
authors.workspace = true
publish = true
edition.workspace = true
license.workspace = true
description = "Shared plugin used by bevygap plugins and related tools"
homepage.workspace = true
[features]
default = ["nats"]
nats = ["dep:async-nats"]
bevy = ["dep:bevy"]

[dependencies]
bevy = { workspace = true, optional = true }
async-nats = { workspace = true, optional = true }
log.workspace = true
serde.workspace = true
regex.workspace = true

[dev-dependencies]
tracing-subscriber.workspace = true
tokio.workspace = true

[lints]
workspace = true