content-ingest 0.1.0

Content ingestion, validation, and normalization pipeline for text and binary data
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 = "content-ingest"
version = "0.1.0"
authors = ["UCFP Developers <kumarashutosh34169@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content ingestion, validation, and normalization pipeline for text and binary data"
documentation = "https://docs.rs/content-ingest"
readme = false
keywords = [
    "ingest",
    "pipeline",
    "content",
    "validation",
    "normalization",
]
categories = [
    "text-processing",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/bravo1goingdark/ucfp"

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

[[example]]
name = "batch_ingest"
path = "examples/batch_ingest.rs"

[[example]]
name = "ingest_demo"
path = "examples/ingest_demo.rs"

[[example]]
name = "size_limit_demo"
path = "examples/size_limit_demo.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
    "v5",
]