# 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 = "plt-rs" version = "0.3.0" authors = ["ohchase"] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for inspecting, analyzing, and instrumenting linux and android applications runtime symbol linkage" homepage = "https://github.com/ohchase/plt-rs/" documentation = "https://docs.rs/plt-rs" readme = "README.md" keywords = [ "plt", "elf", "linker", "hook", "symbols", ] license = "MIT" repository = "https://github.com/ohchase/plt-rs/" [lib] name = "plt_rs" crate-type = ["lib"] path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.75"