crabular 0.2.0

A high-performance ASCII table library for Rust
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.93"
name = "crabular"
version = "0.2.0"
authors = ["kakilangit <crates@kakilangit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance ASCII table library for Rust"
documentation = "https://docs.rs/crabular"
readme = "README.md"
keywords = [
    "ascii",
    "table",
    "cli",
    "terminal",
    "formatting",
]
categories = [
    "command-line-interface",
    "text-processing",
    "visualization",
]
license = "MIT"
repository = "https://github.com/kakilangit/crabular"

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

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

[dependencies]

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

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

[lints.rust]
unsafe_code = "forbid"