• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2#  Copyright 2022 Google, Inc.
3#
4#  Licensed under the Apache License, Version 2.0 (the "License");
5#  you may not use this file except in compliance with the License.
6#  You may obtain a copy of the License at:
7#
8#  http://www.apache.org/licenses/LICENSE-2.0
9#
10#  Unless required by applicable law or agreed to in writing, software
11#  distributed under the License is distributed on an "AS IS" BASIS,
12#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13#  See the License for the specific language governing permissions and
14#  limitations under the License.
15
16[package]
17name = "bluetooth_core"
18version = "0.0.1"
19edition = "2021"
20
21# External dependencies
22# Note: source-of-truth is Android.bp, these are mirrored solely for IDE convenience
23anyhow = "1.0"
24bitflags = "2.5.0"
25log = "*"
26cxx = "*"
27android_logger = "*"
28jni = "*"
29paste = "*"
30async-trait = "*"
31pdl-runtime = "0.3.1"
32tokio-test = "0.4.2"
33tokio = { version = "1.23.0", features = ["macros"] }
34scopeguard = "1.1.0"
35bytes = "1.5.0"
36
37[build-dependencies]
38pdl-compiler = "0.3.1"
39
40[lib]
41crate-type = ["rlib"]
42
43[workspace]
44