# 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 = "thread_db" version = "0.1.4" authors = ["Konstantin Derevtsov "] description = "Rust wrapper for libthread_db." readme = "./README.md" license = "MIT" repository = "https://github.com/godzie44/thread_db" [[bin]] name = "tls_test" test = false [dependencies.dlopen] version = "0.1.8" [dependencies.dlopen_derive] version = "0.1.4" [dependencies.libloading] version = "0.8.1" [dependencies.nix] version = "0.27.1" features = [ "ptrace", "signal", "personality", "uio", ] [dependencies.object] version = "0.32.1" [dependencies.proc-maps] version = "0.3.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.serial_test] version = "2.0.0"