| name: crypto | |
| version: 2.1.5 | |
| description: Implementations of SHA, MD5, and HMAC cryptographic functions | |
| homepage: https://www.github.com/dart-lang/crypto | |
| environment: | |
| sdk: '>=2.3.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 |