# 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_runtime" version = "0.3.0" authors = ["John Hughes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime types and discrete event executor for Boomerang." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jondo2010/boomerang" [lib] name = "boomerang_runtime" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.arrow] version = "52" features = ["prettyprint"] optional = true default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.document-features] version = "0.2" [dependencies.downcast-rs] version = "1.2" [dependencies.erased-serde] version = "0.4" optional = true [dependencies.itertools] version = "0.13" [dependencies.rayon] version = "1.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_arrow] version = "0.11" features = [ "arrow-52", "arrow-52", ] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tinymap] version = "0.3.0" package = "boomerang_tinymap" [dependencies.tracing] version = "0.1" [features] default = [] parallel = ["dep:rayon"] serde = [ "dep:arrow", "dep:erased-serde", "dep:serde", "dep:serde_arrow", ]