Packages

Elixir bindings to macOS NetFS.framework. Mount and unmount SMB, NFS, AFP, and WebDAV network shares with Kerberos and DFS support.

Current section

Files

Jump to
ex_netfs native ex_netfs_nif Cargo.toml
Raw

native/ex_netfs_nif/Cargo.toml

[package]
name = "ex_netfs_nif"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
name = "ex_netfs_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36"
# macOS-only: CoreFoundation types for NetFS FFI
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10"
core-foundation-sys = "0.8"