# 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 = "destiny-pkg" version = "0.12.2" authors = [ "cohaereo ", "nblock ", ] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Destiny 1/2 Tiger package library and tools (unpacker, verification)" homepage = "https://github.com/v4nguard/destiny-pkg" readme = "README.md" keywords = [ "destiny", "pkg", "package", "bungie", "tiger", ] categories = [ "data-structures", "compression", "encoding", ] license = "MIT" repository = "https://github.com/v4nguard/destiny-pkg" [package.metadata.appimage] assets = ["liblinoodle.so"] auto_link = true [profile.dev.package.aes] opt-level = 3 [profile.dev.package.aes-gcm] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" strip = "symbols" [lib] name = "destiny_pkg" path = "src/lib.rs" [[example]] name = "named_tags" path = "examples/named_tags.rs" [[example]] name = "paths" path = "examples/paths.rs" [[example]] name = "space_usage_analysis" path = "examples/space_usage_analysis.rs" [[example]] name = "unpack" path = "examples/unpack.rs" [[example]] name = "unpack_refs" path = "examples/unpack_refs.rs" [[example]] name = "unpack_tag" path = "examples/unpack_tag.rs" [[example]] name = "unpack_type" path = "examples/unpack_type.rs" [dependencies.aes] version = "0.8" [dependencies.aes-gcm] version = "0.10" [dependencies.anyhow] version = "1" [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.binrw] version = "0.13" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-num] version = "1.0.2" [dependencies.ddsfile] version = "0.5.1" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.8.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1.7.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tracing] version = "0.1.37" features = ["log"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tracing-tracy] version = "0.10.4" [dev-dependencies.tracy-client] version = "0.16.4" [features] bincode = ["dep:bincode"] ignore_package_cache = []