# 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 = "nui" version = "0.0.1" description = "Experimental neovim RPC for UI clients" license = "BSD-2-Clause" [dependencies.bytes] version = "1.4.0" features = ["serde"] [dependencies.futures] version = "0.3.26" [dependencies.nom] version = "7.1.3" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.rmp] version = "0.8.11" [dependencies.rmp-serde] version = "1.1.1" [dependencies.rmpv] version = "1.0.0" features = ["with-serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-util] version = "0.7.6" features = ["full"]