# 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 = "rldd" version = "0.2.0" authors = ["Adhemerval Zanella "] exclude = [ "TODO.md", "doc/screenshot.png", ] description = """ A program to print shared object dependencies """ homepage = "https://github.com/zatrazz/rldd/" readme = "README.md" keywords = [ "elf", "mach-o", "cli", "linux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zatrazz/rldd/" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.argh] version = "0.1.9" [dependencies.glob] version = "0.3.0" [dependencies.memmap2] version = "0.5.7" [dependencies.object] version = "0.29.0" features = ["read"] default-features = false [dependencies.termcolor] version = "1.1.3" [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.raw-cpuid] version = "10.6.0" [target."cfg(any(target_os = \"macos\", target_os = \"android\"))".dependencies.libc] version = "0.2.138" [target."cfg(target_os = \"android\")".dev-dependencies.tempfile] version = "3.3.0"