flowlog-runtime 0.3.0

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 = "2024"
name = "flowlog-runtime"
version = "0.3.0"
authors = ["FlowLog Maintainers"]
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."
homepage = "https://www.flowlog-rs.com/"
readme = "README.md"
keywords = [
    "datalog",
    "dataflow",
    "differential",
    "timely",
]
categories = [
    "database",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/flowlog-rs/flowlog"
resolver = "2"

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

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

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

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

[dependencies.regex]
version = "1.11"

[dependencies.rustc-hash]
version = "2.0"

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

[dependencies.tempfile]
version = "3.0"

[dependencies.timely]
version = "0.31"

[lints.clippy]
absolute_paths = "deny"
as_ptr_cast_mut = "deny"
borrow_as_ptr = "deny"
clone_on_ref_ptr = "deny"
collection_is_never_read = "deny"
dbg_macro = "deny"
debug_assert_with_mut_call = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
fallible_impl_from = "deny"
host_endian_bytes = "deny"
if_then_some_else_none = "deny"
inconsistent_struct_constructor = "deny"
manual_assert = "deny"
manual_is_variant_and = "deny"
many_single_char_names = "deny"
mem_forget = "deny"
or_fun_call = "deny"
redundant_clone = "deny"
redundant_static_lifetimes = "deny"
ref_binding_to_reference = "deny"
ref_option = "deny"
ref_option_ref = "deny"
ref_patterns = "deny"
repeat_vec_with_capacity = "deny"
reserve_after_initialization = "deny"
same_name_method = "deny"