[dependencies.actr-protocol]
version = "0.1.7"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.proto-sign]
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[lib]
name = "actr_version"
path = "src/lib.rs"
[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Protocol compatibility analysis library using semantic proto analysis"
edition = "2024"
keywords = ["actor", "protobuf", "compatibility", "breaking-changes", "protocol"]
license = "Apache-2.0"
name = "actr-version"
readme = "README.md"
repository = "https://github.com/actor-rtc/actr-version"
resolver = "2"
rust-version = "1.88"
version = "0.1.5"