crypto_proto 0.4.0

This library provides abstractions for cryptographic primitives and higher-level implementations based on them
Build #116814 2018-09-13T14:23:25.155834+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading crypto_proto v0.4.0
Fresh pkg-config v0.3.14
Fresh etrace v1.1.1
Compiling crypto_proto v0.4.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/crypto_proto-0.4.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="mac_poly1305"' --cfg 'feature="cipher_stream"' --cfg 'feature="kdf"' --cfg 'feature="hash_sha256"' --cfg 'feature="mac_hmacsha512"' --cfg 'feature="pbkdf_argon2idv13"' --cfg 'feature="cipher_chacha20ietf"' --cfg 'feature="cipher_stream_noisesocket"' --cfg 'feature="mac_hmacsha256"' --cfg 'feature="cipher_chacha20poly1305ietf"' --cfg 'feature="cipher"' --cfg 'feature="kdf_hkdfsha256expand"' --cfg 'feature="pbkdf_argon2iv13"' --cfg 'feature="hash_blake2b"' --cfg 'feature="kdf_hkdfsha512expand"' --cfg 'feature="hash_sha512"' --cfg 'feature="mac"' --cfg 'feature="kdf_hkdfsha256extract"' --cfg 'feature="kdf_hkdfsha512extract"' --cfg 'feature="hash"' --cfg 'feature="pbkdf"' --cfg 'feature="default"' --cfg 'feature="cipher_aes256gcm"' -C metadata=7eb34f5256b91296 -C extra-filename=-7eb34f5256b91296 --out-dir /home/cratesfyi/cratesfyi/debug/build/crypto_proto-7eb34f5256b91296 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pkg_config=/home/cratesfyi/cratesfyi/debug/deps/libpkg_config-77cd5281a7d00cc9.rlib --extern-version pkg_config=pkg-config,0.3.14 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/crypto_proto-7eb34f5256b91296/build-script-build`
thread 'main' panicked at 'Error(
CargoError(
Human(
failed to run custom build command for `crypto_proto v0.4.0`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/crypto_proto-7eb34f5256b91296/build-script-build` (exit code: 101)
--- stdout
cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
cargo:rustc-link-lib=sodium

--- stderr
thread 'main' panicked at 'Invalid libsodium version (1.0.11; expected 1.0.16)', .cargo/registry/src/github.com-1ecc6299db9ec823/crypto_proto-0.4.0/build.rs:8:46
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.