asterinas/tools/sctrace/Cargo.toml

19 lines
489 B
TOML
Raw Permalink Normal View History

2025-09-24 11:42:51 +00:00
[package]
name = "sctrace"
2025-12-13 13:49:08 +00:00
version = "0.17.0"
2025-09-24 11:42:51 +00:00
edition = "2024"
description = "Syscall Compatibility Tracer (sctrace) that analyzes and validates system call against System Call Matching Language (SCML)"
license = "MPL-2.0"
readme = "README.md"
repository = "https://github.com/asterinas/asterinas"
[lib]
name = "sctrace"
path = "src/lib.rs"
[dependencies]
clap = { version = "4.5.47", features = ["derive"] }
regex = "1.11.2"
nom = "7"
nix = { version = "0.27", features = ["process"] }