# 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" version = "0.3.7" build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and writing MacOS bill-of-materials (BOM) files." homepage = "https://github.com/igankevich/stuckliste" documentation = "https://docs.rs/stuckliste" readme = "README.md" keywords = [ "bom", "bill-of-materials", "mkbom", "lsbom", ] categories = [ "encoding", "filesystem", ] license = "GPL-3.0" repository = "https://github.com/igankevich/stuckliste" [lib] name = "stuckliste" path = "src/lib.rs" [dependencies.libc] version = "0.2.164" [dependencies.normalize-path] version = "0.2.1" [dependencies.walkdir] version = "2.5.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" [lints.clippy] expect_used = "deny" panic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn"