# 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 = "caboose" version = "0.0.1" exclude = ["resources/*"] description = "A generic and parallel implementation of Continuous Conflict-Based Search algorithm for Multi-Agent Path Finding." readme = "README.md" keywords = [ "multi-agent", "path-finding", "planning", "robotics", ] categories = [ "algorithms", "science::robotics", ] license = "MIT" repository = "https://github.com/vcoppe/caboose" [dependencies.fxhash] version = "0.2.1" [dependencies.ncollide2d] version = "0.33.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.ordered-float] version = "4.2.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tuple] version = "0.5.2" [dev-dependencies.nannou] version = "0.18.1" [dev-dependencies.nannou_egui] version = "0.5.0"