# 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 = "distributed_control" version = "0.5.1" authors = ["Justin Whitaker "] include = [ "/src/**", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", "/katex_header.html", ] description = "Create, analyze and simulate multi-agent, distributed control systems" readme = "README.md" keywords = [ "control", "distributed", "multi-agent", "controls", ] categories = [ "mathematics", "science::robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/molasses11/rust-distributed-control" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex_header.html", ] [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.petgraph] version = "0.6.4" [dev-dependencies.ndarray-linalg] version = "0.16.0" features = ["intel-mkl"]