# 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 = "interceptor-rs" version = "0.1.0" description = "Interceptor is a lib based on `ptrace` that intercepts and modifies Linux system calls." homepage = "https://github.com/avalon1610/interceptor" readme = "README.md" license = "MIT" repository = "https://github.com/avalon1610/interceptor" [dependencies.anyhow] version = "1.0.69" [dependencies.inter_mem] version = "0.1.0" [dependencies.libc] version = "0.2.140" [dependencies.once_cell] version = "1.17.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.paste] version = "1.0.12" [dependencies.pete] version = "0.9.0" [dependencies.rand] version = "0.8.5" [dependencies.syscall_attr] version = "0.1.0" [dependencies.tracing] version = "0.1.37"