blob: c47c7b2b7b9cfcc40c761b917a214ab8a4e54c7d [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 = "skywalking"
version = "0.2.0"
authors = ["Apache SkyWalking Developers (dev@skywalking.apache.org)"]
edition = "2021"
description = "Apache SkyWalking Rust Agent"
license = "Apache-2.0"
homepage = "https://skywalking.apache.org/"
repository = "https://github.com/apache/skywalking-rust"
[dependencies]
tonic = "0.7.2"
bytes = "1.1.0"
prost = "0.10.4"
prost-derive = "0.10.1"
uuid = { version = "1.1.0", features = ["serde", "v4"] }
base64 = "0.13.0"
tokio = { version = "1.18.2", features = ["full"] }
async-stream = "0.3.3"
[build-dependencies]
tonic-build = "0.7.2"
[dev-dependencies]
tokio-stream = { version = "0.1.8", features = ["net"] }
[[example]]
name = "simple_trace_report"
path = "examples/simple_trace_report.rs"