[package] name = "orcx" version = "0.1.0" edition = "2024" authors = ["Lawrence Bethlenfalvy "] # 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" } camino = "1.2.2" clap = { version = "4.5.54", features = ["derive", "env", "cargo"] } ctrlc = "3.5.1" futures = "0.3.31" itertools = "0.14.0" never = "0.1.0" orchid-api = { version = "0.1.0", path = "../orchid-api" } orchid-base = { version = "0.1.0", path = "../orchid-base" } orchid-extension = { version = "0.1.0", path = "../orchid-extension" } orchid-host = { version = "0.1.0", path = "../orchid-host", features = [ "tokio", "orchid-extension", ] } stacker = "0.1.23" substack = "1.1.1" tokio = { version = "1.49.0", features = ["full"] } tokio-util = { version = "0.7.18", features = ["compat"] }