platform/packages/serialize/angel_serialize/pubspec.yaml
2021-03-08 22:02:24 +08:00

18 lines
540 B
YAML

name: angel_serialize
version: 3.0.0
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/serialize
publish_to: none
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
angel_model: #^1.0.0
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
collection: ^1.15.0
meta: ^1.3.0
pedantic: ^1.11.0
quiver_hashcode: ^2.0.0