2022-06-30 12:00:18 +00:00
|
|
|
name: omemo_dart
|
2022-08-01 20:08:38 +00:00
|
|
|
description: An XMPP library independent OMEMO library
|
|
|
|
version: 0.1.0
|
2022-06-30 12:00:18 +00:00
|
|
|
|
|
|
|
environment:
|
2022-08-02 13:03:58 +00:00
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
2022-06-30 12:00:18 +00:00
|
|
|
|
2022-08-01 20:08:38 +00:00
|
|
|
dependencies:
|
2022-08-02 13:03:58 +00:00
|
|
|
cryptography: ^2.0.5
|
|
|
|
pinenacl: ^0.5.1
|
2022-08-02 16:13:14 +00:00
|
|
|
protobuf: ^2.1.0
|
2022-06-30 12:00:18 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-08-02 13:03:58 +00:00
|
|
|
lints: ^2.0.0
|
2022-08-02 16:13:14 +00:00
|
|
|
protoc_plugin: ^20.0.1
|
2022-08-02 13:03:58 +00:00
|
|
|
test: ^1.21.0
|
2022-08-02 13:10:31 +00:00
|
|
|
very_good_analysis: ^3.0.1
|
2022-08-02 16:13:14 +00:00
|
|
|
|