# 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 = "pai-inject-so" version = "0.1.2" description = "A tool to inject shared object files into processes" homepage = "https://github.com/rstenvi/pai-inject-so" readme = "README.md" keywords = [ "inject", "instrumentation", "hook", ] license-file = "LICENSE" repository = "https://github.com/rstenvi/pai-inject-so" [dependencies.anyhow] version = "1" [dependencies.check-latest] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.pai] version = "0.1" [dependencies.pretty_env_logger] version = "0.4"