# 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" rust-version = "1.60" name = "tauri-plugin-pty" version = "0.0.8" authors = ["Tnze"] exclude = ["/examples"] description = "Pseudo Terminal (PTY) plugin for Tauri" readme = "README.md" keywords = ["tauri-plugin"] license = "MIT" [dependencies.portable-pty] version = "0.8.1" features = ["serde_support"] [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.tauri] version = "^1.5.4"