# 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 = "iced_term" version = "0.5.0" authors = ["Ilya Shvyryalkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal emulator widget powered by ICED framework and alacritty terminal backend." readme = "README.md" categories = ["gui"] license = "MIT" repository = "https://github.com/Harzu/iced_term" [lib] name = "iced_term" path = "src/lib.rs" [dependencies.alacritty_terminal] version = "0.24.0" [dependencies.anyhow] version = "1.0.89" [dependencies.iced] version = "0.13.1" features = [ "smol", "tokio", "canvas", "wgpu", "lazy", "advanced", ] [dependencies.iced_core] version = "0.13.2" [dependencies.iced_graphics] version = "0.13.0" [dependencies.open] version = "5.3.0" [dependencies.tokio] version = "1.40.0" features = ["full"]