clingwrap 0.7.0

types and functions to implement command line programs
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.87"
name = "clingwrap"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "types and functions to implement command line programs"
readme = "README.md"
license = "MIT-0"
repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5"

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "stdouterr"
path = "examples/stdouterr.rs"

[[example]]
name = "xdg"
path = "examples/xdg.rs"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.log]
version = "0.4.33"

[dependencies.mutants]
version = "0.0.4"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "1.1.3"

[dev-dependencies.env_logger]
version = "0.11.11"