# 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 = "rstrace" version = "0.2.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of strace to trace system calls and CUDA API calls." homepage = "https://github.com/thundergolfer/strace-rs" readme = "README.md" keywords = [ "strace", "syscall", "CUDA", "tracing", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/thundergolfer/strace-rs" [lib] name = "rstrace" path = "src/lib.rs" [[bin]] name = "rstrace" path = "src/main.rs" [[test]] name = "strace_test" path = "tests/strace_test.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bitflags] version = "2.5.0" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.139" [dependencies.nix] version = "0.28.0" features = [ "process", "ptrace", ] [dependencies.num] version = "0.4.3" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.time] version = "0.3.36" features = [ "formatting", "parsing", "local-offset", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.bindgen] version = "0.65.1" [features] cuda_sniff = [] default = ["cuda_sniff"]