[package] name = "orchid-host" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-once-cell = "0.5.4" async-process = "2.3.0" async-std = "1.13.0" async-stream = "0.3.6" bound = "0.6.0" derive_destructure = "1.0.0" futures = "0.3.31" hashbrown = "0.15.2" 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-traits = { version = "0.1.0", path = "../orchid-api-traits" } orchid-base = { version = "0.1.0", path = "../orchid-base" } ordered-float = "5.0.0" paste = "1.0.15" substack = "1.1.1" test_executors = "0.3.2" trait-set = "0.3.0"