take_bytes 0.1.0

Read input from stdin or file path, designed for clap CLI arguments
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 = "take_bytes"
version = "0.1.0"
authors = ["Alex Jackson <mail@alexjackson.uk>"]
build = false
exclude = ["src/bin/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read input from stdin or file path, designed for clap CLI arguments"
readme = "README.md"
keywords = [
    "cli",
    "stdin",
    "clap",
    "input",
    "file",
]
categories = [
    "command-line-interface",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/alexjackson1/take_bytes"

[features]
clap = ["dep:clap"]
default = ["clap"]

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

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

[dependencies.clap]
version = "4.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "2"

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