# 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.66.0" name = "vise" version = "0.1.0" authors = ["The Matter Labs Team "] description = "Typesafe metrics client" readme = "README.md" keywords = [ "metrics", "monitoring", "openmetrics", "prometheus", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/vise" [dependencies.compile-fmt] version = "0.1.0" [dependencies.elsa] version = "1.9.0" [dependencies.linkme] version = "0.3.15" [dependencies.once_cell] version = "1.17" [dependencies.prometheus-client] version = "0.22.2" [dependencies.vise-macros] version = "0.1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.trybuild] version = "1.0.85" [dev-dependencies.version-sync] version = "0.9.5"