csv-cat 0.1.1

CSV processing built on comp-cat-rs: streaming, resource-safe, composable effects
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 = "csv-cat"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSV processing built on comp-cat-rs: streaming, resource-safe, composable effects"
readme = "README.md"
keywords = [
    "csv",
    "effects",
    "streaming",
    "category-theory",
    "functional",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT"

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

[dependencies.comp-cat-rs]
version = "0.5"

[dependencies.csv]
version = "1"

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

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
pedantic = "warn"

[lints.clippy.all]
level = "deny"
priority = -1