fabula-memory 0.1.0

In-memory DataSource implementation for fabula
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 = "fabula-memory"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory DataSource implementation for fabula"
homepage = "https://sifting.dev"
readme = false
keywords = [
    "graph",
    "pattern-matching",
    "temporal",
    "sifting",
    "narrative",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/patricker/fabula"

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

[[test]]
name = "dedup_and_stats"
path = "tests/dedup_and_stats.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "incremental_edge_cases"
path = "tests/incremental_edge_cases.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "lifecycle"
path = "tests/lifecycle.rs"

[[test]]
name = "temporal_edge_cases"
path = "tests/temporal_edge_cases.rs"

[[test]]
name = "unordered_groups"
path = "tests/unordered_groups.rs"

[dependencies.fabula]
version = "0.1"

[dev-dependencies.fabula]
version = "0.1"