reovim-module-codec-csv 0.14.4

CSV/TSV content codec module for reovim
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"
rust-version = "1.92"
name = "reovim-module-codec-csv"
version = "0.14.4"
authors = ["ds1sqe(dukim) <ds1sqe@mensakorea.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSV/TSV content codec module for reovim"
homepage = "https://github.com/ds1sqe/reovim"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/ds1sqe/reovim"
resolver = "2"

[features]
dynamic = []

[lib]
name = "reovim_module_codec_csv"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.csv]
version = "1.3"

[dependencies.reovim-capabilities]
version = "0.14.4"

[dependencies.reovim-driver-annotation]
version = "0.14.4"

[dependencies.reovim-driver-codec]
version = "0.14.4"

[dependencies.reovim-kernel]
version = "0.14.4"

[dependencies.reovim-module-macros]
version = "0.14.4"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.reovim-testing]
version = "0.14.4"

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

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

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

[lints.rust]
unsafe_code = "warn"
warnings = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]