cdx 0.1.23

Library and application for text file manipulation and command line data mining, a little like the gnu textutils
# 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 = "cdx"
version = "0.1.23"
authors = ["Andy Jewell <avjewe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library and application for text file manipulation and command line data mining, a little like the gnu textutils"
homepage = "https://avjewe.github.io/cdxdoc/"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "text",
    "sort",
    "join",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/avjewe/cdx"

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples=all",
]

[features]
s3 = [
    "aws-config",
    "aws-sdk-s3",
    "tokio",
    "bytes",
]
track = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.aws-config]
version = "1"
optional = true

[dependencies.aws-sdk-s3]
version = "1"
optional = true

[dependencies.base64]
version = "0"

[dependencies.binary-heap-plus]
version = "0"

[dependencies.bytes]
version = "1"
optional = true

[dependencies.clap]
version = "4"
features = [
    "wrap_help",
    "unicode",
]

[dependencies.fastrand]
version = "2"

[dependencies.flate2]
version = "1"

[dependencies.fs-err]
version = "3"

[dependencies.libc]
version = "0"

[dependencies.libm]
version = "0"

[dependencies.memchr]
version = "2"

[dependencies.memmap2]
version = "0"

[dependencies.rand]
version = "0"

[dependencies.rand_distr]
version = "0"

[dependencies.regex]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.unicode-truncate]
version = "2"

[dependencies.unicode-width]
version = "0"