fcoreutils 0.0.38

High-performance GNU coreutils replacement with SIMD and parallelism
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"
name = "fcoreutils"
version = "0.0.38"
build = false
exclude = [
    "dist/",
    ".github/",
    "scripts/",
    "benches/",
    "instructions.md",
    "research-reference.md",
    "ARCHITECTURE.md",
    "PROGRESS.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CODE_OF_CONDUCT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance GNU coreutils replacement with SIMD and parallelism"
homepage = "https://github.com/AiBrush/coreutils-rs"
readme = "README.md"
keywords = [
    "coreutils",
    "cli",
    "performance",
    "simd",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/AiBrush/coreutils-rs"

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

[[bin]]
name = "fb2sum"
path = "src/bin/fb2sum.rs"

[[bin]]
name = "fbase64"
path = "src/bin/fbase64.rs"

[[bin]]
name = "fcut"
path = "src/bin/fcut.rs"

[[bin]]
name = "fmd5sum"
path = "src/bin/fmd5sum.rs"

[[bin]]
name = "fsha256sum"
path = "src/bin/fsha256sum.rs"

[[bin]]
name = "fsort"
path = "src/bin/fsort.rs"

[[bin]]
name = "ftac"
path = "src/bin/ftac.rs"

[[bin]]
name = "ftr"
path = "src/bin/ftr.rs"

[[bin]]
name = "funiq"
path = "src/bin/funiq.rs"

[[bin]]
name = "fwc"
path = "src/bin/fwc.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64-simd]
version = "0.8"

[dependencies.blake2b_simd]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "cargo",
]

[dependencies.digest]
version = "0.10"

[dependencies.libc]
version = "0.2"

[dependencies.md-5]
version = "0.10"

[dependencies.memchr]
version = "2"

[dependencies.memmap2]
version = "0.9"

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

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

[target.'cfg(not(target_env = "msvc"))'.dependencies.md-5]
version = "0.10"
features = ["asm"]

[target.'cfg(not(target_env = "msvc"))'.dependencies.sha2]
version = "0.10"
features = ["asm"]

[target.'cfg(not(target_vendor = "apple"))'.dependencies.ring]
version = "0.17"

[profile.bench]
debug = 2
inherits = "release"
strip = false

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