# 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 = "cornerstone" version = "0.3.1" description = "A behavior tree library" homepage = "https://github.com/passchaos/cornerstone" documentation = "https://docs.rs/crate/cornerstone/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/passchaos/cornerstone" [dependencies.chrono] version = "0.4.35" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.quick-xml] version = "0.31.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "env-filter", "std", "registry", ]