[package] name = "thrussh-libsodium" version = "0.2.3" license = "Apache-2.0/MIT" description = "Straightforward bindings to libsodium" homepage = "https://nest.pijul.com/pijul/thrussh" repository = "https://nest.pijul.com/pijul/thrussh" authors = ["pe@pijul.org "] include = [ "Cargo.toml", "src/lib.rs" ] edition = "2018" [dependencies] libc = "0.2" lazy_static = "1.4" [target.'cfg(target_os = "windows")'.dependencies] libsodium-sys = { version = "0.2.7", features = [ ] } [target.'cfg(not(target_os = "windows"))'.dependencies] libsodium-sys = { version = "0.2.7", features = [ "use-pkg-config" ] } [build-dependencies] pkg-config = "0.3" vcpkg = "0.2"