beep-authz 0.4.0

Authorization library for Beep services
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 = "2021"
rust-version = "1.90"
name = "beep-authz"
version = "0.4.0"
authors = ["hugo <hugo.ponthieu@etu.umontpellier.fr>"]
build = "build.rs"
include = [
    "src/**/*",
    "proto/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authorization library for Beep services"
documentation = "https://docs.rs/beep-authz"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/beep-industries/crates"
resolver = "3"

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

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

[dependencies.env]
version = "1.0.1"

[dependencies.prost]
version = "0.13.0"

[dependencies.prost-types]
version = "0.13.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tonic]
version = "0.13.0"

[dependencies.tracing]
version = "0.1"

[build-dependencies.tonic-build]
version = "0.13.0"