-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpubspec.yaml
37 lines (34 loc) · 1.61 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: tezart
description: A Dart library to connect to Tezos clients. Send transactions and interact with smart contracts!
version: 2.0.5
homepage: https://moneytrackio.github.io/tezart/
repository: https://github.com/moneytrackio/tezart
issue_tracker: https://github.com/moneytrackio/tezart/issues
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
bs58check: ^1.0.2 # implementation of base58check
bip39: ^1.0.6 # Mnemonic code for generating deterministic keys
pointycastle: ^3.0.1 # a library that implements popular crypto algorithms
convert: ^3.0.0 # Encoders and decoders for converting between different data representations
dio: ^4.0.0 # http client
equatable: ^2.0.0
pinenacl: ^0.3.3 # Dart implementation of TweetNacl
json_serializable: ^6.1.4 # code generation for toJson and fromJson methods
json_annotation: ^4.4.0 # Classes and helper functions that support JSON code generation via the `json_serializable` package.
retry: ^3.1.0 # retry a function if an error happens
memoize: ^3.0.0 # memoize method calls
logging: ^1.0.1 # official dart team : Provides APIs for debugging and error logging.
ansicolor: ^2.0.1 # Use AnsiPen to add ANSI color codes to your log messages.
collection: ^1.15.0 # Collections and utilities functions and classes related to collections
quiver: ^3.0.1 # used to zip two lists
meta: ^1.3.0
pretty_dio_logger: ^1.1.1
blockchain_signer: 0.1.0 # Remote Signer
dev_dependencies:
lints: ^1.0.1 # linter
build_runner: ^2.0.0
mockito: ^5.1.0 # mocks
test: ^1.20.1
envify: ^2.0.0 # .env files management
envify_generator: ^2.0.0 # code generation for envify