# 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 = "zellij-client" version = "0.41.2" authors = ["Kunal Mohan "] description = "The client-side library for Zellij" license = "MIT" [dependencies.log] version = "0.4.17" [dependencies.mio] version = "0.7.11" features = ["os-ext"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.zellij-utils] version = "0.41.2" [dev-dependencies.insta] version = "1.6.0" [features] unstable = []