[package] name = "metriken-core" version = "0.1.1" edition = "2021" authors = [ "Brian Martin ", "Sean Lynch ", ] license = "Apache-2.0" description = "A fast and lightweight metrics library" homepage = "https://github.com/pelikan-io/rustcommon" repository = "https://github.com/pelikan-io/rustcommon" # Metrics are linked in metriken by using a linkme array. # # Having multiple versions of the same array results in a runtime panic so we # turn that into a compile-time error by using the links directive. links = "metriken-core" [dependencies] linkme = "0.3" parking_lot = "0.12" phf = { version = "0.11", features = ["macros"] } [dev-dependencies] metriken = { path = ".." }