larashell 0.14.0

A fast, cross-platform, OpenGL terminal emulator with AI-powered autocomplete
# 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.70.0"
name = "larashell"
version = "0.14.0"
authors = [
    "Christian Duerr <contact@christianduerr.com>",
    "Joe Wilm <joe@jwilm.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, cross-platform, OpenGL terminal emulator with AI-powered autocomplete"
homepage = "https://github.com/larashell/larashell"
readme = "README.md"
license = "Apache-2.0"

[features]
default = [
    "wayland",
    "x11",
]
nightly = []
wayland = [
    "copypasta/wayland",
    "glutin/wayland",
    "winit/wayland",
    "winit/wayland-dlopen",
    "winit/wayland-csd-adwaita-crossfont",
]
x11 = [
    "copypasta/x11",
    "winit/x11",
    "glutin/x11",
    "glutin/glx",
    "png",
]

[[bin]]
name = "larashell"
path = "src/main.rs"

[dependencies.ahash]
version = "0.8.6"
features = ["no-rng"]

[dependencies.bitflags]
version = "2.2.1"

[dependencies.clap]
version = "4.2.7"
features = [
    "derive",
    "env",
]

[dependencies.copypasta]
version = "0.10.1"
default-features = false

[dependencies.crossfont]
version = "0.7.0"
features = ["force_system_fontconfig"]

[dependencies.glutin]
version = "0.31.1"
features = [
    "egl",
    "wgl",
]
default-features = false

[dependencies.home]
version = "0.5.5"

[dependencies.larashell_config]
version = "0.2.1"

[dependencies.larashell_config_derive]
version = "0.2.3"

[dependencies.larashell_terminal]
version = "0.22.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"
features = [
    "std",
    "serde",
]

[dependencies.notify]
version = "6.1.1"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9.25"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.toml]
version = "0.8.2"

[dependencies.unicode-width]
version = "0.1"

[dependencies.winit]
version = "0.29.15"
features = [
    "rwh_05",
    "serde",
]
default-features = false

[dev-dependencies.clap_complete]
version = "4.2.3"

[build-dependencies.gl_generator]
version = "0.14.0"

[target.'cfg(not(target_os = "macos"))'.dependencies.png]
version = "0.17.5"
optional = true
default-features = false

[target."cfg(not(windows))".dependencies.xdg]
version = "2.5.0"

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25.0"

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2.2"

[target."cfg(windows)".dependencies.dirs]
version = "5.0.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.48"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_Foundation",
]

[target."cfg(windows)".build-dependencies.embed-resource]
version = "2.2.0"