1 2 3 4 5 6 7 8 9 10 11
[package] name = "server-timing" version = "0.1.0" edition = "2021" authors = ["Alex Coco <alex.coco@shopify.com>"] license = "MIT" description = "A parser for the server-timing header" [dependencies] nom = "7.1.3" thiserror = "1.0.63"