[package] name = "sjlj" version = "0.1.3" edition = "2021" authors = ["Jordan Isaacs "] license = "MIT" homepage = "https://github.com/jordanisaacs/sjlj" repository = "https://github.com/jordanisaacs/sjlj" description = "setjmp/longjmp for Rust" exclude = ["/flake.*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] naked-function = "0.1.2" [target.'cfg(target_os = "linux")'.dependencies] linux-raw-sys = { version = "0.2.1", default-features = false, features = ["no_std", "general"]} sc = "0.2.7"