stuckliste-cli 0.3.6

A command-line utility for reading and writing MacOS bill-of-materials (BOM) files.
[[bin]]
name = "lsbom"
path = "src/bin/lsbom/main.rs"

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

[dependencies.bitflags]
version = "2.6.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
default-features = false
features = ["std", "derive", "error-context", "help", "usage"]
version = "4.5.21"

[dependencies.stuckliste]
version = "0.3.6"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.test_bin]
version = "0.4.0"

[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.4.1"

[dev-dependencies.arbtest]
version = "0.3.1"

[dev-dependencies.random-dir]
version = "0.2.3"

[dev-dependencies.similar-asserts]
version = "1.6.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "filesystem", "command-line-utilities"]
description = "A command-line utility for reading and writing MacOS bill-of-materials (BOM) files."
documentation = "https://docs.rs/stuckliste-cli"
edition = "2021"
homepage = "https://github.com/igankevich/stuckliste"
include = ["**/*.rs", "Cargo.toml", "../README.md", "LICENSE"]
keywords = ["bom", "bill-of-materials", "mkbom", "lsbom"]
license = "GPL-3.0"
name = "stuckliste-cli"
readme = "README.md"
repository = "https://github.com/igankevich/stuckliste"
version = "0.3.6"

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