2019-08-07 00:14:06 +02:00
|
|
|
---
|
2019-06-30 16:05:20 +02:00
|
|
|
name: sodium
|
2021-04-18 21:05:19 +02:00
|
|
|
version: 1.2.3
|
2017-07-12 05:13:52 +02:00
|
|
|
authors:
|
2019-08-07 00:14:06 +02:00
|
|
|
- Andrew Hamon <andrew@hamon.cc>
|
|
|
|
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
2021-10-20 06:54:50 +02:00
|
|
|
crystal: ">= 1.0.0"
|
2019-08-10 12:58:30 +02:00
|
|
|
targets:
|
2021-04-26 03:14:11 +02:00
|
|
|
blake2b_hash:
|
|
|
|
main: examples/blake2b_hash.cr
|
2019-08-10 12:58:30 +02:00
|
|
|
pwhash_selector:
|
|
|
|
main: examples/pwhash_selector.cr
|
2021-06-15 02:02:37 +02:00
|
|
|
dependencies:
|
|
|
|
crypto-secret:
|
|
|
|
github: didactic-drunk/crypto-secret.cr
|
|
|
|
branch: main
|
2019-08-10 12:58:30 +02:00
|
|
|
libraries:
|
|
|
|
libsodium: ">= 1.0.18"
|
2017-07-12 05:13:52 +02:00
|
|
|
license: MIT
|
2020-05-11 17:48:49 +02:00
|
|
|
scripts:
|
2020-06-29 01:34:19 +02:00
|
|
|
postinstall: "./build/libsodium_install.sh"
|