[package] name = "wraith-napi" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] wraith-core = { path = "../wraith-core", features = ["tls", "iroh"] } napi = { version = "3", features = ["async", "error_anyhow"] } napi-derive = "3" tokio = { version = "1", features = ["io-util", "sync"] } russh = "0.49"