static-self 0.1.2

A trait for values that can be cloned with a static lifetime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"

# 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" }
indexmap = { version = "2.2.6", optional = true }