[package] name = "smbc" version = "0.1.0" authors = ["Konstantin Gribov "] repository = "https://github.com/smbc-rs/smbc" license = "GPL-3.0+" keywords = ["smbclient", "samba", "cifs"] description = "type-safe libsmbclient wrapper with std::fs-like interface" [dependencies] libc = "^0.1.8" log = "^0.3.6" smbclient-sys = "^0.1.0"