# 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 = "2018" name = "rusty_planner" version = "0.1.2" authors = ["tmetsch"] description = "Artificial intelligence planning & reasoning library for Rust." readme = "README.md" keywords = [ "ai", "planning", "reasoning", ] categories = [ "algorithms", "science", ] license-file = "LICENSE" repository = "https://github.com/tmetsch/rusty_planner/" [[example]] name = "example_0" path = "examples/example_0.rs" [[example]] name = "example_1" path = "examples/example_1.rs" [[example]] name = "example_2" path = "examples/example_2.rs" [[example]] name = "example_3" path = "examples/example_3.rs" [[example]] name = "example_4" path = "examples/example_4.rs" required-features = ["multi_agent"] [[example]] name = "example_5" path = "examples/example_5.rs" [dependencies.rusty_agent] version = "~0.1.0" optional = true [features] multi_agent = ["dep:rusty_agent"]