blob: 7c57c83a51b7af42fffa4c12e094778e352c0690 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
[package]
name = "rocketmq"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
tonic = {version = "0.7", features = ["tls", "default", "channel", "tls-roots"]}
prost = "0.10"
prost-types = "0.10"
thiserror = "1.0"
slog = {version = "2.7.0", features=["max_level_trace", "release_max_level_info"]}
slog-term = "2.9.0"
slog-async = "2.7.0"
parking_lot = "0.12"
hmac = "0.12"
hostname = "0.3.1"
tokio-rustls = {version = "0.23", features = ["default", "dangerous_configuration"] }
[build-dependencies]
tonic-build = "0.7"