# 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 = "thorin-dwp-bin" version = "0.8.0" authors = ["David Wood "] description = "Merge DWARF objects and packages into DWARF packages" homepage = "https://github.com/rust-lang/thorin" readme = "README.md" keywords = [ "dwarf", "split-dwarf", "dwarf-package", "dwarf-object", "dwp", ] categories = [ "development-tools::debugging", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/thorin" [[bin]] name = "thorin" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.memmap2] version = "0.5.0" [dependencies.object] version = "0.36.0" features = [ "archive", "read", "write", "compression", ] default-features = false [dependencies.structopt] version = "0.3.25" [dependencies.thiserror] version = "1.0.30" [dependencies.thorin-dwp] version = "0.8.0" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.2.25" features = ["env-filter"] [dependencies.tracing-tree] version = "0.1.10" [dependencies.typed-arena] version = "2.0.1"