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