# 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 = "uu_shuf"
version = "0.0.28"
authors = ["uutils developers"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shuf ~ (uutils) display random permutations of input lines"
homepage = "https://github.com/uutils/coreutils"
readme = "README.package.md"
keywords = [
    "coreutils",
    "uutils",
    "cross-platform",
    "cli",
    "utility",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/shuf"

[lib]
name = "uu_shuf"
path = "src/shuf.rs"

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

[dependencies.clap]
version = "4.4"
features = [
    "wrap_help",
    "cargo",
]

[dependencies.memchr]
version = "2.7.2"

[dependencies.rand]
version = "0.8.5"
features = ["small_rng"]

[dependencies.rand_core]
version = "0.6.4"

[dependencies.uucore]
version = ">=0.0.19"
package = "uucore"