[package]
name = "static-self"
version = "0.1.2"
edition = "2021"
authors = ["Devon Govett <devongovett@gmail.com>","Donny <kdy1997.dev@gmail.com>"]
description = "A trait for values that can be cloned with a static lifetime"
license = "MPL-2.0"
keywords = [ ]
repository = "https://github.com/parcel-bundler/lightningcss"
[dependencies]
smallvec = { version = "1.11.1", optional = true }
static-self-derive = { version = "0.1.1", path = "../static-self-derive" }
indexmap = { version = "2.2.6", optional = true }