# 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 = "boomerang_builder" version = "0.3.0" authors = ["John Hughes "] build = false exclude = [ ".gitignore", ".cargo/config", ".vscode", ".devcontainer", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The Reactor assembly API for Boomerang." readme = "README.md" keywords = [ "actor", "deterministic", "concurrency", "middleware", "robotics", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/jondo2010/boomerang" [lib] name = "boomerang_builder" path = "src/lib.rs" [dependencies.boomerang_derive] version = "0.3.0" optional = true [dependencies.boomerang_runtime] version = "0.3.0" default-features = false [dependencies.document-features] version = "0.2" [dependencies.graphviz-rust] version = "0.6" optional = true [dependencies.itertools] version = "0.13" [dependencies.petgraph] version = "0.6" [dependencies.slotmap] version = "1.0" features = ["unstable"] [dependencies.thiserror] version = "1.0" [dependencies.tinymap] version = "0.3.0" package = "boomerang_tinymap" [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] graphviz = ["dep:graphviz-rust"]