]> git.proxmox.com Git - rustc.git/blob - vendor/thorin-dwp/Cargo.toml
d/check-orig-suspicious.sh: remove duplicate comment stripping
[rustc.git] / vendor / thorin-dwp / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2021"
14 name = "thorin-dwp"
15 version = "0.4.0"
16 authors = ["David Wood <david.wood@huawei.com>"]
17 description = "Library for building DWARF packages from input DWARF objects and packages"
18 homepage = "https://docs.rs/thorin-dwp"
19 readme = "README.md"
20 keywords = [
21 "dwarf",
22 "split-dwarf",
23 "dwarf-package",
24 "dwarf-object",
25 "dwp",
26 ]
27 categories = ["development-tools::debugging"]
28 license = "MIT OR Apache-2.0"
29 repository = "https://github.com/rust-lang/thorin"
30 resolver = "1"
31
32 [lib]
33 name = "thorin"
34 bench = false
35
36 [dependencies.gimli]
37 version = "0.26.1"
38 features = [
39 "read",
40 "write",
41 "std",
42 ]
43 default-features = false
44
45 [dependencies.hashbrown]
46 version = "0.12.0"
47
48 [dependencies.object]
49 version = "0.30.0"
50 features = [
51 "archive",
52 "read",
53 "write",
54 "compression",
55 ]
56 default-features = false
57
58 [dependencies.tracing]
59 version = "0.1.29"