tinc-cel 0.2.0

A CEL Type used by tinc-build and tinc for validating protobuf messages
Documentation
[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.document-features]
optional = true
version = "0.2"

[dependencies.email_address]
version = "0.2.9"

[dependencies.float-cmp]
version = "0.10"

[dependencies.fmtools]
version = "0.1"

[dependencies.linkme]
version = "0.3"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.regex]
version = "1"

[dependencies.scuffle-workspace-hack]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"

[dev-dependencies.insta]
version = "1.43"

[features]
docs = ["dep:document-features"]
runtime = []

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Scuffle <opensource@scuffle.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CEL Type used by tinc-build and tinc for validating protobuf messages"
documentation = "https://docs.rs/tinc-build"
edition = "2024"
keywords = ["grpc", "protobuf", "tonic", "codegen"]
license = "MIT OR Apache-2.0"
name = "tinc-cel"
readme = "README.md"
repository = "https://github.com/scufflecloud/scuffle"
version = "0.2.0"

[package.metadata.cargo-sync-rdme.badge]
style = "flat-square"

[package.metadata.cargo-sync-rdme.badge.badges]
codecov = true
crates-io = true
docs-rs = true
license = true

[package.metadata.cargo-sync-rdme.badge.badges.github-actions]
workflows = "ci.yaml"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--sort-modules-by-appearance", "--generate-link-to-definition"]

[package.metadata.xtask.powerset]
additive-features = ["docs"]

[package.metadata.xtask.release]
group = "tinc"