# 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-strace" version = "0.1.8" description = "A strace-like tool created using pai" homepage = "https://github.com/rstenvi/pai-strace" readme = "README.md" keywords = [ "strace", "trace", "syscall", ] license-file = "LICENSE" repository = "https://github.com/rstenvi/pai-strace" [profile.release] opt-level = 3 lto = true debug-assertions = false strip = "debuginfo" [dependencies.anyhow] version = "1" [dependencies.check-latest] version = "1.0.2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.pai] version = "0.1" features = ["syscalls"] [dependencies.pretty_env_logger] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.struson] version = "0.4" features = ["serde"]