# 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 = "2021" name = "stuckliste-cli" version = "0.3.7" build = false include = [ "**/*.rs", "Cargo.toml", "../README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line utility for reading and writing MacOS bill-of-materials (BOM) files." homepage = "https://github.com/igankevich/stuckliste" documentation = "https://docs.rs/stuckliste-cli" readme = "README.md" keywords = [ "bom", "bill-of-materials", "mkbom", "lsbom", ] categories = [ "encoding", "filesystem", "command-line-utilities", ] license = "GPL-3.0" repository = "https://github.com/igankevich/stuckliste" [[bin]] name = "lsbom" path = "src/bin/lsbom/main.rs" [[bin]] name = "mkbom" path = "src/bin/mkbom/main.rs" [[test]] name = "macos" path = "tests/macos.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = [ "std", "derive", "error-context", "help", "usage", ] default-features = false [dependencies.stuckliste] version = "0.3.7" [dependencies.tempfile] version = "3.14.0" [dependencies.test_bin] version = "0.4.0" [dev-dependencies.arbitrary] version = "1.4.1" features = ["derive"] [dev-dependencies.arbtest] version = "0.3.1" [dev-dependencies.random-dir] version = "0.2.3" [dev-dependencies.similar-asserts] version = "1.6.0"