# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "beet_ml" version = "0.0.4-rc.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very flexible AI behavior library for games and robotics." homepage = "https://beetmash.com/docs/beet" documentation = "https://beetmash.com/docs/beet" readme = "README.md" keywords = [ "beet", "beetmash", "behavior", "game-ai", "robotics", ] categories = [ "science::robotics", "game-development", "simulation", "wasm", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/beet" [lib] name = "beet_ml" path = "src/lib.rs" [[example]] name = "hello_ml_basic" path = "examples/hello_ml_basic.rs" [[example]] name = "hello_rl_basic" path = "examples/hello_rl_basic.rs" [[example]] name = "test_idb" path = "examples/test_idb.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.beet_flow] version = "0.0.4-rc.3" [dependencies.beet_spatial] version = "0.0.4-rc.3" optional = true default-features = false [dependencies.beetmash] version = "0.0.6-rc.2" optional = true [dependencies.bevy] version = "0.14" features = [ "bevy_scene", "serialize", ] default-features = false [dependencies.candle-core] version = "0.5.0" [dependencies.candle-nn] version = "0.5.0" [dependencies.candle-transformers] version = "0.5.0" [dependencies.forky] version = "0.2.0-rc.3" features = [ "bevy", "web", ] [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.26.0" features = ["derive"] [dependencies.strum_macros] version = "0.26.0" [dependencies.thiserror] version = "1.0.60" [dependencies.tokenizers] version = "0.19.1" features = ["unstable_wasm"] default-features = false [dev-dependencies.beet_flow] version = "0.0.4-rc.3" features = ["test"] [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.sweet] version = "0.2.0-rc.3" features = ["bevy"] [features] beet_spatial = ["dep:beet_spatial"] beetmash = ["dep:beetmash"] default = [ "beet_spatial", "beetmash", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.hf-hub] version = "0.3.2" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.35" features = ["full"] [target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook] version = "0.1" [target.'cfg(target_arch = "wasm32")'.dependencies.console_log] version = "1.0" features = ["color"] [target.'cfg(target_arch = "wasm32")'.dependencies.forky] version = "0.2.0-rc.3" features = [ "bevy", "web", ] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.93" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "Headers", "Document", "Element", "Window", "Cache", "CacheStorage", "HtmlIFrameElement", "DomRectReadOnly", "MediaQueryList", "MouseEvent", "KeyboardEvent", "CustomEvent", "CustomEventInit", "Gpu", "console", "Navigator", "Performance", "Request", "RequestInit", "RequestMode", "RequestCache", "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", ]