# 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 = "behaviortree-rs" version = "0.2.5-alpha3" authors = ["Nicholas Crothers "] description = "Rust implementation of BehaviorTree.CPP, a robust behavior tree library in C++" license = "MIT" repository = "https://github.com/ncrothers/behaviortree-rs" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.behaviortree-rs-derive] version = "0.2.5-alpha3" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.3" [dependencies.quick-xml] version = "0.30.0" features = [ "serde", "serialize", ] [dependencies.thiserror] version = "1.0.47" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.3"