# 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" rust-version = "1.80.0" name = "bonsai-bt" version = "0.8.0" authors = ["Kristoffer Solberg Rakstad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Behavior tree" homepage = "https://github.com/sollimann/bonsai" documentation = "https://docs.rs/bonsai-bt" readme = "README.md" keywords = [ "ai", "behavior", "tree", "robotics", "game", ] categories = [] license = "MIT" repository = "https://github.com/sollimann/bonsai.git" resolver = "1" [lib] name = "bonsai_bt" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.petgraph] version = "0.6.2" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.81"