KeepassX format implementation in pure dart.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
678 B

name: kdbx
5 years ago
description: KeepassX format implementation in pure dart. (kdbx 2.x support).
version: 0.1.0
homepage: https://github.com/authpass/kdbx.dart
author: Herbert Poul <herbert@poul.at>
environment:
sdk: '>=2.4.0 <3.0.0'
dependencies:
# path: ^1.6.0
logging: '>=0.11.3+2 <1.0.0'
crypto: '>=2.0.0 <3.0.0'
pointycastle: '>=1.0.1 <2.0.0'
xml: '>=3.5.0 <4.0.0'
uuid: '>=2.0.0 <3.0.0'
meta: '>=1.0.0 <2.0.0'
clock: '>=1.0.0 <2.0.0'
5 years ago
convert: '>=2.0.0 <3.0.0'
collection: '>=1.14.0 <2.0.0'
# required for bin/
args: '>1.5.0 <2.0.0'
prompts: '>=1.3.0 <2.0.0'
logging_appenders: '>=0.1.0 <1.0.0'
dev_dependencies:
pedantic: ^1.7.0
test: ^1.6.0