buffrs 0.13.2

Modern protobuf package management
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "buffrs"
version = "0.13.2"
authors = [
    "André Sá De Mello <andre.mello@helsing.ai>",
    "James Baker <james.baker@helsing.ai>",
    "Mara Schulke <mara.schulke@helsing.ai>",
    "Markus Ziller <markus.ziller@helsing.ai>",
    "Patrick Elsen <patrick.elsen@helsing.ai>",
    "Quentin Santos <quentin.santos@helsing.ai>",
    "Robert Fink <robert.fink@helsing.ai>",
    "Thomas Pellissier-Tanon <thomas.pellissier-tanon@helsing.ai>",
    "Tom Karwowski <tom.karwowski@helsing.ai>",
]
build = false
exclude = [
    "/.github",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern protobuf package management"
documentation = "https://docs.rs/buffrs"
readme = "README.md"
keywords = [
    "protobuf",
    "protocol",
    "buffers",
    "package",
    "distribution",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/helsing-ai/buffrs"

[package.metadata.deb]
section = "utils"
assets = [
    [
    "target/release/buffrs",
    "usr/bin/",
    "755",
],
    [
    "LICENSE",
    "usr/share/doc/buffrs/",
    "644",
],
    [
    "README.md",
    "usr/share/doc/buffrs/README",
    "644",
],
]

[features]
default = [
    "git",
    "validation",
]
git = []
validation = [
    "dep:anyhow",
    "dep:protobuf",
    "dep:protobuf-parse",
    "dep:diff-struct",
]

[lib]
name = "buffrs"
path = "src/lib.rs"

[[bin]]
name = "buffrs"
path = "src/main.rs"
required-features = [
    "git",
    "validation",
]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.async-recursion]
version = "1.0.5"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.0"

[dependencies.clap]
version = "4.3"
features = [
    "cargo",
    "derive",
    "env",
]

[dependencies.diff-struct]
version = "0.5.3"
optional = true

[dependencies.flate2]
version = "1"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.home]
version = "0.5.5"

[dependencies.human-panic]
version = "2"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.protobuf]
version = "3.7.2"
optional = true

[dependencies.protobuf-parse]
version = "3.7.2"
optional = true

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.12.25"
features = ["rustls-tls-native-roots"]
default-features = false

[dependencies.ring]
version = "0.17"

[dependencies.semver]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "^1.26"
features = [
    "fs",
    "rt",
    "macros",
    "process",
    "io-std",
    "tracing",
]

[dependencies.toml]
version = "0.8.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.url]
version = "2.4"
features = ["serde"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.0"

[dev-dependencies.axum]
version = "0.8"
features = [
    "tokio",
    "http1",
]
default-features = false

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0.107"

[dev-dependencies.serde_test]
version = "1.0.176"

[dev-dependencies.similar-asserts]
version = "1.5.0"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio]
version = "^1.26"
features = ["rt-multi-thread"]

[profile.deb]
debug = 0
inherits = "release"