tinc-cel 0.2.2

A CEL Type used by tinc-build and tinc for validating protobuf messages
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 = "tinc-cel"
version = "0.2.2"
authors = ["Troy Benson <troybensonsa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CEL Type used by tinc-build and tinc for validating protobuf messages"
documentation = "https://docs.rs/tinc-cel"
readme = "README.md"
keywords = [
    "grpc",
    "protobuf",
    "tonic",
    "codegen",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/troykomodo/crates"
resolver = "2"

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

[package.metadata.sync-readme]
features = ["docs"]

[package.metadata.sync-readme.rustdoc-mappings]
changelog = "./CHANGELOG.md"
Annotations = "./annotations.proto"

[package.metadata.sync-readme.badges]
docs-rs = true
crates-io = true
license = true

[package.metadata.sync-readme.badges.codecov]
component = "tinc"

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

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.email_address]
version = "0.2"

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

[dependencies.fmtools]
version = "0.1"

[dependencies.linkme]
version = "0.3"

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

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ulid]
version = "1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"

[dependencies.workspace-hack]
version = "0.1"

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

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