[package]
name = "buffrs"
version = "0.3.0"
edition = "2021"
description = "An opinionated protobuf package manager"
authors = ["Mara Schulke <mara.schulke@helsing.ai>"]
repository = "https://github.com/helsing-ai/buffrs"
documentation = "https://docs.rs/buffrs"
keywords = ["protobuf", "protocol", "buffers", "package", "distribution"]
categories = ["command-line-utilities"]
readme = "README.md"
license = "Apache-2.0"
[[bin]]
name = "buffrs"
path = "src/main.rs"
[dependencies]
async-trait = "0.1"
bytes = "1.0"
clap = { version = "4.3", features = ["cargo", "derive"] }
color-eyre = "0.6"
eyre = "0.6"
flate2 = "1"
futures = "0.3"
git2 = "0.17"
home = "0.5.5"
human-panic = "1"
keyring = "2"
protoc-bin-vendored = "3.0.0"
reqwest = "0.11"
serde = { version = "1", features = ["derive"] }
serde_typename = "0.1"
tar = "0.4"
tokio = { version = "1", features = ["full", "tracing"] }
toml = "0.7"
toml_edit = "0.19"
tonic-build = "0.9"
tracing = "0.1"
tracing-subscriber = "0.3"
url = { version = "2.4", features = ["serde"] }
walkdir = "2"