]> git.proxmox.com Git - rustc.git/blob - vendor/gimli/Cargo.toml
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / gimli / 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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "gimli"
16 version = "0.21.0"
17 authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
18 exclude = ["/ci/*", "/releases/*", "/.travis.yml"]
19 description = "A library for reading and writing the DWARF debugging format."
20 documentation = "https://docs.rs/gimli"
21 readme = "./README.md"
22 keywords = ["DWARF", "debug", "ELF", "eh_frame"]
23 categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
24 license = "Apache-2.0/MIT"
25 repository = "https://github.com/gimli-rs/gimli"
26 [profile.bench]
27 codegen-units = 1
28 debug = true
29
30 [[example]]
31 name = "simple"
32 required-features = ["read"]
33
34 [[example]]
35 name = "simple_line"
36 required-features = ["read"]
37
38 [[example]]
39 name = "dwarfdump"
40 required-features = ["read", "std"]
41
42 [[example]]
43 name = "dwarf-validate"
44 required-features = ["read", "std"]
45 [dependencies.fallible-iterator]
46 version = "0.2.0"
47 optional = true
48 default-features = false
49
50 [dependencies.indexmap]
51 version = "1.0.2"
52 optional = true
53
54 [dependencies.stable_deref_trait]
55 version = "1.1.0"
56 optional = true
57 default-features = false
58 [dev-dependencies.crossbeam]
59 version = "0.7.1"
60
61 [dev-dependencies.getopts]
62 version = "0.2"
63
64 [dev-dependencies.memmap]
65 version = "0.7"
66
67 [dev-dependencies.num_cpus]
68 version = "1"
69
70 [dev-dependencies.object]
71 version = "0.19"
72
73 [dev-dependencies.rayon]
74 version = "1.0"
75
76 [dev-dependencies.regex]
77 version = "1"
78
79 [dev-dependencies.test-assembler]
80 version = "0.1.3"
81
82 [dev-dependencies.typed-arena]
83 version = "2"
84
85 [features]
86 default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
87 endian-reader = ["stable_deref_trait"]
88 read = []
89 std = ["fallible-iterator/std", "stable_deref_trait/std"]
90 write = ["indexmap"]
91 [badges.coveralls]
92 repository = "gimli-rs/gimli"
93
94 [badges.travis-ci]
95 repository = "gimli-rs/gimli"