[package] name = "norgopolis-module" description = "A library for creating your own Norgopolis modules in Rust. " repository = "https://github.com/nvim-neorg/norgopolis-module" license = "MIT" version = "2.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" futures = "0.3.28" norgopolis-protos = "0.3.0" prost = "0.11.9" rmp-serde = "1.1.1" serde = "1.0.164" tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros", "process", "io-std"] } tokio-stream = "0.1.14" tonic = "0.9.2"