seams 0.1.17

High-throughput sentence extractor for Project Gutenberg texts with dialog-aware detection
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 = "seams"
version = "0.1.17"
authors = ["stevejs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-throughput sentence extractor for Project Gutenberg texts with dialog-aware detection"
homepage = "https://github.com/knowseams/knowseams"
readme = "README.md"
keywords = [
    "gutenberg",
    "sentence",
    "nlp",
    "text-processing",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/knowseams/knowseams"

[features]
debug-states = []
default = []
table-driven-patterns = []
test-helpers = []

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

[[bin]]
name = "generate_boundary_tests"
path = "src/bin/generate_boundary_tests.rs"

[[bin]]
name = "generate_gutenberg_sentences"
path = "src/bin/generate_gutenberg_sentences.rs"

[[bin]]
name = "seams"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "cache_removal_bench"
path = "benches/cache_removal_bench.rs"

[[bench]]
name = "detector_instantiation_bench"
path = "benches/detector_instantiation_bench.rs"

[[bench]]
name = "file_by_file_bench"
path = "benches/file_by_file_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.jwalk]
version = "0.8"

[dependencies.memmap2]
version = "0.9"

[dependencies.num_cpus]
version = "1.0"

[dependencies.regex-automata]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["fs"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["json"]

[dependencies.walkdir]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.tempfile]
version = "3.0"

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.regex-automata]
version = "0.4"

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

[build-dependencies.toml]
version = "0.8"