ock 0.1.4

A simple, fast command line utility for working with table-like data
# 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 = "ock"
version = "0.1.4"
authors = ["William W. Marx <oss@marx.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, fast command line utility for working with table-like data"
readme = "README.md"
license = "MIT"
repository = "https://github.com/williamwmarx/ock"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/ock-v{ version }-{ target }.{ archive-format }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-apple-darwin]
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-apple-darwin]
pkg-fmt = "tgz"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.lru]
version = "0.16.3"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.regex]
version = "1.12.3"

[dev-dependencies.tempfile]
version = "3.27.0"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true