# Copyright 2022 Weavers @ Eternal Loom. All rights reserved. [package] name = "metals-poly" version = "0.1.1" edition = "2021" description = "Poly library provides the interface and interface type abstractions that form the foundations of the meta programming in Metals" authors = ["Weavers @ Eternal Loom"] license = "MIT" repository = "https://github.com/alywonder/metals" homepage = "https://metals.compos.dev" documentation = "https://docs.rs/metals-poly" readme = "README.md" keywords = ["api", "compose", "components", "metaprogramming", "modeling"] [dependencies] tracing = "0.1.36" [dev-dependencies] criterion = "0.4" # Edit the package name [lib] name = "metals_poly" path = "src/lib.rs"