flowlog-runtime 0.2.1

Runtime support crate for FlowLog — re-exports timely/differential-dataflow and provides helpers used by flowlog-build-generated code.
Documentation
# 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 = "flowlog-runtime"
version = "0.2.1"
authors = ["Nemo Yu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support crate for FlowLog — re-exports timely/differential-dataflow and provides helpers used by flowlog-build-generated code."
readme = "README.md"
keywords = [
    "datalog",
    "dataflow",
    "differential",
    "timely",
]
categories = [
    "database",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/flowlog-rs/flowlog"

[lib]
name = "flowlog_runtime"
path = "src/lib.rs"

[dependencies.differential-dataflow]
version = "0.23"

[dependencies.lasso]
version = "0.7"
features = [
    "multi-threaded",
    "serialize",
]

[dependencies.ordered-float]
version = "5"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.timely]
version = "0.29"