[package]
edition = "2024"
name = "sctrace"
version = "0.17.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syscall Compatibility Tracer (sctrace) that analyzes and validates system call against System Call Matching Language (SCML)"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
[lib]
name = "sctrace"
path = "src/lib.rs"
[[bin]]
name = "sctrace"
path = "src/main.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[dependencies.clap]
version = "4.5.47"
features = ["derive"]
[dependencies.nix]
version = "0.27"
features = ["process"]
[dependencies.nom]
version = "7"
[dependencies.regex]
version = "1.11.2"