# 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 = "rusty_agent" version = "0.1.1" authors = ["tmetsch"] description = "multi-agent systems framework." readme = "README.md" keywords = [ "multi-agent", "agent", "distributed-systems", ] categories = [ "algorithms", "science", ] license-file = "LICENSE" repository = "https://github.com/tmetsch/rusty_agent/" resolver = "2" [[example]] name = "sample_agent" path = "examples/sample_agent.rs" [dependencies.futures] version = "~0.3" [dependencies.zmq] version = "~0.9"