[package] name = "static-self" version = "0.1.1" edition = "2021" authors = ["Devon Govett ","Donny "] 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] smallvec = { version = "1.11.1", optional = true } static-self-derive = { version = "0.1.1", path = "../static-self-derive" }