# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "libssh-rs-sys" version = "0.2.4" authors = ["Wez Furlong"] links = "libssh" description = "Native bindings to the libssh library" readme = "README.md" license = "MIT" repository = "https://github.com/wez/libssh-rs" resolver = "2" [dependencies.libz-sys] version = "1.1" features = ["libc"] optional = true default-features = false [dependencies.openssl-sys] version = "0.9.93" [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3" [features] vendored = ["libz-sys"] vendored-openssl = ["openssl-sys/vendored"]