forked from Orchid/orchid
34 lines
949 B
TOML
34 lines
949 B
TOML
[package]
|
|
name = "orchid-extension"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ahash = "0.8.11"
|
|
async-once-cell = "0.5.4"
|
|
async-std = "1.13.0"
|
|
async-stream = "0.3.6"
|
|
derive_destructure = "1.0.0"
|
|
dyn-clone = "1.0.17"
|
|
futures = "0.3.31"
|
|
hashbrown = "0.15.2"
|
|
include_dir = { version = "0.7.4", optional = true }
|
|
itertools = "0.14.0"
|
|
konst = "0.3.16"
|
|
lazy_static = "1.5.0"
|
|
memo-map = "0.3.3"
|
|
never = "0.1.0"
|
|
once_cell = "1.20.2"
|
|
orchid-api = { version = "0.1.0", path = "../orchid-api" }
|
|
orchid-api-derive = { version = "0.1.0", path = "../orchid-api-derive" }
|
|
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
|
orchid-base = { version = "0.1.0", path = "../orchid-base" }
|
|
ordered-float = "5.0.0"
|
|
pastey = "0.1.0"
|
|
some_executor = "0.5.1"
|
|
substack = "1.1.1"
|
|
tokio = { version = "1.46.1", optional = true }
|
|
trait-set = "0.3.0"
|