omemo_dart/pubspec.yaml

28 lines
607 B
YAML
Raw Permalink Normal View History

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
2024-09-29 16:28:40 +00:00
version: 0.6.0
2022-08-09 14:02:20 +00:00
homepage: https://github.com/PapaTutuWawa/omemo_dart
2022-08-09 13:51:22 +00:00
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub
2022-06-30 12:00:18 +00:00
environment:
sdk: ">=3.0.0 <4.0.0"
2022-06-30 12:00:18 +00:00
2022-08-01 20:08:38 +00:00
dependencies:
collection: ^1.18.0
cryptography: ^2.7.0
2022-08-08 12:26:25 +00:00
hex: ^0.2.0
logging: ^1.2.0
meta: ^1.15.0
2023-06-17 19:22:16 +00:00
moxlib:
version: ^0.2.0
hosted: https://git.polynom.me/api/packages/Moxxy/pub
pinenacl: ^0.6.0
protobuf: ^3.1.0
protoc_plugin: ^21.1.2
synchronized: ^3.3.0+3
2022-06-30 12:00:18 +00:00
dev_dependencies:
lints: ^5.0.0
test: ^1.25.8
very_good_analysis: ^6.0.0