# 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 = "spring-ai-rs" version = "0.1.1" authors = ["Nick Yahr "] description = "Functions and ability provided by the SpringRTS engine for AI's via it's C interface" homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/springai/" documentation = "https://neek-sss.gitlab.io/spring-ai/spring_ai_rs/index.html" keywords = [ "ai", "spring", "rts", ] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Neek-sss/spring-ai/-/tree/main/spring-ai-rs" [dependencies.bincode] version = "~1" [dependencies.itertools] version = "~0.12" [dependencies.lazy_static] version = "~1" [dependencies.libc] version = "~0.2" [dependencies.linkme] version = "~0.3" [dependencies.nalgebra] version = "~0.32" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.slog] version = "~2" [dependencies.spring-ai-rs-macro] version = "~0.1" [dependencies.spring-ai-sys] version = "~0.1"