beet_net 0.0.3

A very flexible AI behavior library for games and robotics.
[dependencies.anyhow]
version = "1.0.75"

[dependencies.beet_ecs]
optional = true
version = "0.0.3"

[dependencies.bevy]
default-features = false
features = []
version = "0.14"

[dependencies.bincode]
version = "1"

[dependencies.extend]
version = "1.1.2"

[dependencies.flume]
version = "0.11"

[dependencies.forky_core]
version = "0.1.50"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.26.0"

[dependencies.strum_macros]
version = "0.26.0"

[dev-dependencies.beet_ecs]
features = ["test"]
version = "0.0.3"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.sweet]
features = ["bevy"]
version = "0.1.50"

[[example]]
name = "client"
path = "examples/client.rs"
required-features = ["tokio"]

[[example]]
name = "two_clients"
path = "examples/two_clients.rs"
required-features = ["tokio"]

[features]
beet_ecs = ["dep:beet_ecs"]
default = ["beet_ecs", "serde_json"]
serde_json = ["dep:serde_json"]
tokio = ["dep:tokio", "dep:tokio-tungstenite", "dep:futures-util"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science::robotics", "game-development", "simulation", "wasm", "embedded"]
description = "A very flexible AI behavior library for games and robotics."
documentation = "https://beetmash.com/docs/beet"
edition = "2021"
homepage = "https://beetmash.com/docs/beet"
keywords = ["beet", "beetmash", "behavior", "game-ai", "robotics"]
license = "MIT OR Apache-2.0"
name = "beet_net"
readme = "README.md"
repository = "https://github.com/mrchantey/beet"
version = "0.0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-util]
default-features = false
features = ["sink", "std"]
optional = true
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["full"]
optional = true
version = "1.35"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-tungstenite]
optional = true
version = "0.21"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
features = ["full"]
version = "1.35"

[target.'cfg(target_arch = "wasm32")'.dependencies.forky_web]
version = "0.1.50"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Headers", "Document", "Element", "Window", "Cache", "CacheStorage", "HtmlIFrameElement", "DomRectReadOnly", "MediaQueryList", "MouseEvent", "KeyboardEvent", "CustomEvent", "CustomEventInit", "Gpu", "console", "Navigator", "Performance", "Request", "RequestInit", "RequestMode", "Response", "Blob", "BlobEvent", "BlobEventInit", "BlobPropertyBag", "HtmlAnchorElement", "HtmlCanvasElement", "HtmlInputElement", "File", "FileList", "Url", "History", "Location", "UrlSearchParams", "IdbCursor", "IdbCursorDirection", "IdbCursorWithValue", "IdbDatabase", "IdbFactory", "IdbFileHandle", "IdbFileMetadataParameters", "IdbFileRequest", "IdbIndex", "IdbIndexParameters", "IdbKeyRange", "IdbLocaleAwareKeyRange", "IdbMutableFile", "IdbObjectStore", "IdbObjectStoreParameters", "IdbOpenDbOptions", "IdbOpenDbRequest", "IdbRequest", "IdbRequestReadyState", "IdbTransaction", "IdbTransactionMode", "IdbVersionChangeEvent", "IdbVersionChangeEventInit"]
version = "0.3"