# 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" rust-version = "1.78" name = "apple-bom" version = "0.3.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apple Bill of Materials (BOM) data format" homepage = "https://github.com/indygreg/apple-platform-rs" readme = "README.md" keywords = [ "bom", "apple", "macos", "pkg", ] license = "MIT OR Apache-2.0" repository = "https://github.com/indygreg/apple-platform-rs.git" [lib] name = "apple_bom" path = "src/lib.rs" [[bin]] name = "odumpbom" path = "src/dumpbom.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.4.18" [dependencies.crc32fast] version = "1.4.2" [dependencies.hex] version = "0.4.3" [dependencies.scroll] version = "0.12.0" features = ["derive"] [dependencies.simple-file-manifest] version = "0.11.0" [dependencies.thiserror] version = "1.0.66"