# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "norgopolis-module" version = "2.0.3" description = "A library for creating your own Norgopolis modules in Rust. " readme = "README.md" license = "MIT" repository = "https://github.com/nvim-neorg/norgopolis-module" [dependencies.anyhow] version = "1.0.71" [dependencies.futures] version = "0.3.28" [dependencies.norgopolis-protos] version = "0.3.0" [dependencies.prost] version = "0.11.9" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.164" [dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", "process", "io-std", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tonic] version = "0.9.2"