Sha256: db2326bd5e19195d414006c62584df3e2adc5d6bfa53cd2810b0f09c8f42ce08
Contents?: true
Size: 1.44 KB
Versions: 25
Compression:
Stored size: 1.44 KB
Contents
# 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] name = "cpp_demangle" version = "0.3.5" authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Jim Blandy <jimb@red-bean.com>"] build = "build.rs" exclude = ["tests/**", "in/**"] description = "A crate for demangling C++ symbols" documentation = "https://docs.rs/cpp_demangle" readme = "./README.md" keywords = ["demangle", "symbolicate", "c-plus-plus", "itanium"] categories = ["development-tools::debugging", "development-tools::ffi"] license = "Apache-2.0/MIT" repository = "https://github.com/gimli-rs/cpp_demangle" [profile.release] debug = true [[bin]] name = "afl_runner" path = "src/bin/afl_runner.rs" required-features = ["afl"] [dependencies.afl] version = "0.11.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.diff] version = "0.1.11" [features] alloc = [] cppfilt = [] default = ["std"] fuzz = ["afl"] logging = [] nightly = [] run_libiberty_tests = [] std = [] [badges.travis-ci] repository = "gimli-rs/cpp_demangle"
Version data entries
25 entries across 25 versions & 1 rubygems