ic-metrics-assert 0.4.0

Fluent assertions for metrics
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 = "ic-metrics-assert"
version = "0.4.0"
authors = ["The Internet Computer Project Developers"]
build = false
include = [
    "src",
    "Cargo.toml",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fluent assertions for metrics"
documentation = "https://internetcomputer.org/docs/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/ic"
resolver = "2"

[features]
pocket_ic = [
    "dep:ic-management-canister-types",
    "dep:pocket-ic",
]

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

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

[dependencies.candid]
version = "0.10.20"

[dependencies.ic-http-types]
version = "0.1.0"

[dependencies.ic-management-canister-types]
version = "0.5.0"
optional = true

[dependencies.pocket-ic]
version = "12.0.0"
optional = true

[dependencies.regex]
version = "1.11.0"