# 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 = "elfcore" version = "1.1.5" authors = ["Microsoft"] description = "elfcore is a crate to create ELF core dumps for processes on Linux." readme = "README.md" keywords = [ "elf", "coredump", "debugging", ] categories = [ "development-tools::debugging", "os::linux-apis", ] license = "MIT" repository = "https://github.com/microsoft/elfcore" [dependencies] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.nix] version = "0.26" features = [ "fs", "feature", "process", "ptrace", "uio", ] default-features = false [target."cfg(unix)".dependencies.smallvec] version = "1.8" [target."cfg(unix)".dependencies.thiserror] version = "1.0" [target."cfg(unix)".dependencies.tracing] version = "0.1" [target."cfg(unix)".dependencies.zerocopy] version = "0.7.32" features = ["derive"]