blob: f347657bbe3fa1c520455acdeeaf11fe3a3fcd86 [file]
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
name: jni_gen
version: 0.0.1
homepage: https://github.com/dart-lang/jni_gen
description: Experimental generator for FFI+JNI bindings.
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
json_annotation: ^4.6.0
package_config: ^2.1.0
path: ^1.8.0
args: ^2.3.0
yaml: ^3.1.0
dev_dependencies:
lints: ^2.0.0
jni:
path: ../jni
test: ^1.17.5
build_runner: ^2.2.0
json_serializable: ^6.3.1