forked from Orchid/orchid
32 lines
884 B
TOML
32 lines
884 B
TOML
[package]
|
|
name = "orchid-base"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
mocks = []
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-fn-stream = { version = "0.1.0", path = "../async-fn-stream" }
|
|
async-once-cell = "0.5.4"
|
|
derive_destructure = "1.0.0"
|
|
dyn-clone = "1.0.20"
|
|
futures = { version = "0.3.31", features = ["std"], default-features = false }
|
|
hashbrown = "0.16.0"
|
|
itertools = "0.14.0"
|
|
lazy_static = "1.5.0"
|
|
never = "0.1.0"
|
|
num-traits = "0.2.19"
|
|
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" }
|
|
ordered-float = "5.0.0"
|
|
regex = "1.11.2"
|
|
rust-embed = "8.7.2"
|
|
some_executor = "0.6.1"
|
|
substack = "1.1.1"
|
|
test_executors = "0.3.5"
|
|
trait-set = "0.3.0"
|