graco 0.1.3

Generalized Rust Ant Colony Optimization
Documentation
[dependencies.env_logger]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.0"

[dependencies.petgraph]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.structopt]
default-features = false
version = "0.2"

[dependencies.threadpool]
version = "1"

[package]
authors = ["Christopher Rabotin <rabotin@advanced-space.com>"]
categories = ["algorithms", "science", "game-development", "simulation"]
description = "Generalized Rust Ant Colony Optimization"
documentation = "https://docs.rs/graco/"
edition = "2018"
homepage = "https://gitlab.com/chrisrabotin/graco"
keywords = ["ant", "colony", "optimizer", "graph"]
license = "Apache-2.0"
name = "graco"
readme = "README.md"
repository = "https://gitlab.com/chrisrabotin/graco"
version = "0.1.3"