split-write 0.2.0

Write files with configurable splitting
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"
rust-version = "1.85"
name = "split-write"
version = "0.2.0"
authors = ["Manuel Quarneti <mq1@ik.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write files with configurable splitting"
homepage = "https://github.com/mq1/split-write-rs"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/mq1/split-write-rs"

[features]
cli = [
    "dep:lexopt",
    "dep:size",
]
default = []

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

[[bin]]
name = "split-write"
path = "src/main.rs"

[dependencies.lexopt]
version = "0.3"
optional = true

[dependencies.size]
version = "0.5"
optional = true

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
rust_2018_idioms = "deny"