[package] name = "farore" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.86" clap = { version = "4.5.13", features = ["derive"] } pyo3 = { version = "0.22.0", features = ["auto-initialize"] } tokio = { version = "1", features = ["full", "rt-multi-thread"] } # [dependencies.pyo3-asyncio] # version = "0.20" # features = ["tokio-runtime"]