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] 14edition = "2018" 15name = "gimli" 16version = "0.25.0" 17exclude = ["/ci/*", "/releases/*", "/.travis.yml"] 18description = "A library for reading and writing the DWARF debugging format." 19documentation = "https://docs.rs/gimli" 20readme = "./README.md" 21keywords = ["DWARF", "debug", "ELF", "eh_frame"] 22categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"] 23license = "Apache-2.0/MIT" 24repository = "https://github.com/gimli-rs/gimli" 25[profile.bench] 26codegen-units = 1 27debug = true 28split-debuginfo = "packed" 29 30[profile.test] 31split-debuginfo = "packed" 32 33[[example]] 34name = "simple" 35required-features = ["read"] 36 37[[example]] 38name = "simple_line" 39required-features = ["read"] 40 41[[example]] 42name = "dwarfdump" 43required-features = ["read", "std"] 44 45[[example]] 46name = "dwarf-validate" 47required-features = ["read", "std"] 48[dependencies.alloc] 49version = "1.0.0" 50optional = true 51package = "rustc-std-workspace-alloc" 52 53[dependencies.compiler_builtins] 54version = "0.1.2" 55optional = true 56 57[dependencies.core] 58version = "1.0.0" 59optional = true 60package = "rustc-std-workspace-core" 61 62[dependencies.fallible-iterator] 63version = "0.2.0" 64optional = true 65default-features = false 66 67[dependencies.indexmap] 68version = "1.0.2" 69optional = true 70 71[dependencies.stable_deref_trait] 72version = "1.1.0" 73optional = true 74default-features = false 75[dev-dependencies.crossbeam] 76version = "0.8" 77 78[dev-dependencies.getopts] 79version = "0.2" 80 81[dev-dependencies.memmap] 82version = "0.7" 83 84[dev-dependencies.num_cpus] 85version = "1" 86 87[dev-dependencies.object] 88version = "0.26" 89features = ["wasm"] 90 91[dev-dependencies.rayon] 92version = "1.0" 93 94[dev-dependencies.regex] 95version = "1" 96 97[dev-dependencies.test-assembler] 98version = "0.1.3" 99 100[dev-dependencies.typed-arena] 101version = "2" 102 103[features] 104default = ["read", "write", "std", "fallible-iterator", "endian-reader"] 105endian-reader = ["stable_deref_trait"] 106read = [] 107rustc-dep-of-std = ["core", "alloc", "compiler_builtins"] 108std = ["fallible-iterator/std", "stable_deref_trait/std"] 109write = ["indexmap"] 110[badges.coveralls] 111repository = "gimli-rs/gimli" 112 113[badges.travis-ci] 114repository = "gimli-rs/gimli" 115