# 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 = "matks" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a simulator for multi-agents executing tasks and collecting knowledge." readme = "README.MD" keywords = [ "simulation", "multi-agents", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://gitlab.com/auksys/matks" [[bin]] name = "matks" path = "src/main.rs" [dependencies.agent-tk] version = "0.2" features = ["mqtt"] default-features = false [dependencies.async-std] version = "1" features = [ "std", "unstable", ] default-features = false [dependencies.bevy] version = "0.14" [dependencies.bevy_ratepace] version = "0.14" [dependencies.ciborium] version = "0.2.2" [dependencies.colog] version = "1.3.0" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.futures] version = "0.3.30" features = [ "executor", "thread-pool", ] [dependencies.image] version = "0.25.1" [dependencies.log] version = "0.4.22" [dependencies.mqtt-channel] version = "0.2" features = [ "json", "cbor", "debug", ] [dependencies.mqtt-service] version = "0.5" features = ["json"] [dependencies.num-traits] version = "0.2.19" [dependencies.ordered-float] version = "4.2.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml2] version = "0.1.2" [dependencies.spin_sleep] version = "1.0" [target.x86_64-unknown-linux-gnu]