azterm 0.1.8

Fast, modern native cross-platform terminal, SSH profile manager, and SFTP client
# 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 = "azterm"
version = "0.1.8"
authors = ["AZBrandCanada Developers"]
build = false
exclude = [
    "assets/*.webp",
    "assets/*.png",
    "dist/*",
    "*.AppImage",
    "*.deb",
    "*.tar.gz",
    "*.zip",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, modern native cross-platform terminal, SSH profile manager, and SFTP client"
homepage = "https://github.com/AZBrandCanada/azTerm"
readme = "README.md"
keywords = [
    "terminal",
    "terminal-emulator",
    "ssh",
    "sftp",
    "gui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AZBrandCanada/azTerm"

[package.metadata.deb]
name = "azterm"
maintainer = "AZBrandCanada Developers"
copyright = "2026 AZBrandCanada"
license-file = [
    "LICENSE",
    "4",
]
extended-description = "A fast, lightweight GPU-accelerated terminal emulator, SSH bookmark manager, and SFTP client written in pure Rust."
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/azterm",
    "usr/bin/azterm",
    "755",
],
    [
    "assets/azterm.desktop",
    "usr/share/applications/azterm.desktop",
    "644",
],
    [
    "assets/azterm.svg",
    "usr/share/icons/hicolor/scalable/apps/azterm.svg",
    "644",
],
]

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

[dependencies.arboard]
version = "3.4"
features = ["wayland-data-control"]

[dependencies.chrono]
version = "0.4"

[dependencies.eframe]
version = "0.28"
default-features = true

[dependencies.portable-pty]
version = "0.8"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.vt100]
version = "0.15"