[dependencies.async-nats]
features = ["service"]
optional = true
version = "0.36.0"
[dependencies.bevy]
default-features = false
optional = true
version = "0.15"
[dependencies.log]
version = "0.4"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3"
[[example]]
name = "nats"
path = "examples/nats.rs"
[features]
bevy = ["dep:bevy"]
default = ["nats"]
nats = ["dep:async-nats"]
[lib]
name = "bevygap_shared"
path = "src/lib.rs"
[lints.clippy]
type_complexity = "allow"
[lints.rust]
unsafe_code = "deny"
[package]
authors = ["RJ <rj@metabrew.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Shared plugin used by bevygap plugins and related tools"
edition = "2021"
homepage = "https://github.com/RJ/bevygap"
license = "MIT OR Apache-2.0"
name = "bevygap_shared"
publish = true
readme = "README.md"
version = "0.3.0"