[[bin]]
name = "samp"
path = "src/main.rs"
[dependencies.rand]
version = "0.8"
[package]
authors = ["Mike Stringer <mike.stringer.internet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Command-line tool to sample lines from a file or stdin without replacement. It runs in one pass without reading the whole input into memory using reservoir sampling."
edition = "2021"
exclude = ["/.github", "/target", "/*.log"]
keywords = ["cli", "sampling", "analysis"]
license = "MIT"
name = "sample-lines"
readme = "README.md"
repository = "https://github.com/stringertheory/sample"
version = "1.0.1"
[profile.release]
codegen-units = 1
lto = "fat"