18 lines
345 B
YAML
18 lines
345 B
YAML
name: crypto
|
|
version: 2.0.6
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Library of cryptographic functions.
|
|
homepage: https://www.github.com/dart-lang/crypto
|
|
|
|
environment:
|
|
sdk: '>=2.0.0 <3.0.0'
|
|
|
|
dependencies:
|
|
collection: '^1.0.0'
|
|
convert: '>=1.0.0 <3.0.0'
|
|
typed_data: '^1.0.0'
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.0.0
|
|
test: ^1.0.0
|