# 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 = "udbg" version = "0.3.1" authors = ["metaworm "] include = [ "/src", "README.md", "/examples", ] description = "cross-platform library for binary debugging and memory hacking" homepage = "https://crates.io/crates/udbg" documentation = "https://docs.rs/udbg" readme = "README.md" license = "MIT" repository = "https://github.com/udbg/udbg" [[bin]] name = "tracee" path = "src/tracee/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "2.0" features = ["serde"] [dependencies.capstone] version = "0.11" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.cpp_demangle] version = "0.4" [dependencies.crossbeam] version = "0.8" [dependencies.cstrptr] version = "0.1" [dependencies.ctor] version = "0.2" [dependencies.derive_more] version = "0.99" [dependencies.extend] version = "1.1" [dependencies.ezlua] version = "0.3" features = [ "vendored", "thread", ] optional = true [dependencies.failed-result] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.goblin] version = "~0.7" [dependencies.hex] version = "0.4" [dependencies.iced-x86] version = "1.20" features = [ "decoder", "intel", "std", ] default-features = false [dependencies.log] version = "0.4" [dependencies.log-error] version = "0.1" [dependencies.memmap2] version = "~0.5" [dependencies.memoffset] version = "0.9" features = ["unstable_const"] [dependencies.minidump] version = "~0.17" [dependencies.parking_lot] version = "0.12" [dependencies.pdb] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = [ "derive", "rc", "alloc", ] default-features = false [dependencies.serde-value] version = "0.7" [dependencies.spin] version = "0.9" [dependencies.symbolic] version = "12.1" [dependencies.symbolic-demangle] version = "12.1" features = [ "cpp", "msvc", "rust", ] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.ezlua] version = "0.3" features = ["vendored"] [dev-dependencies.flexi_logger] version = "0.27" [dev-dependencies.minidump-writer] version = "0.8" [dev-dependencies.rustyline] version = "12" [dev-dependencies.tempfile] version = "3.6" [build-dependencies.cc] version = "1" [features] dbgeng = [] [target."cfg(any(target_os=\"linux\",target_os=\"android\"))".dependencies.procfs] version = "0.15" [target."cfg(not(windows))".dependencies.errno] version = "0.3" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(not(windows))".dependencies.nix] version = "0.26" [target."cfg(target_os=\"macos\")".dependencies.libproc] version = "0.14" [target."cfg(target_os=\"macos\")".dependencies.mach2] version = "0.4" [target."cfg(target_os=\"macos\")".dependencies.mach_o_sys] version = "0.1" [target."cfg(target_os=\"macos\")".dependencies.scroll] version = "0.11" [target."cfg(windows)".dependencies.msvc-demangler] version = "0.9" [target."cfg(windows)".dependencies.ntapi] version = "0.4" [target."cfg(windows)".dependencies.unicase] version = "2.6" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "winnt", "errhandlingapi", "winuser", "winbase", "stringapiset", ] [target."cfg(windows)".dependencies.windows] version = "0.51" features = [ "implement", "Foundation", "Foundation_Collections", "Management_Deployment", "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Kernel", "Win32_System_WinRT", "Win32_System_Threading", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Memory", "Win32_System_LibraryLoader", "Win32_System_ProcessStatus", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_SystemInformation", "Win32_System_WindowsProgramming", ]