# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "neovim-lib" version = "0.6.1" authors = ["daa84 "] exclude = ["generate.bat", "Makefile"] description = "msgpack-rpc neovim client" documentation = "https://docs.rs/neovim-lib" readme = "README.md" keywords = ["neovim"] categories = ["api-bindings"] license = "LGPL-3.0" repository = "https://github.com/daa84/neovim-lib" [dependencies.log] version = "0.4" [dependencies.rmp] version = "0.8" [dependencies.rmpv] version = "0.4" features = ["with-serde"] [dev-dependencies.tempdir] version = "0.3" [target."cfg(unix)".dependencies.unix_socket] version = "0.5.0" [badges.travis-ci] branch = "master" repository = "daa84/neovim-lib"