PowerSession 0.1.13

Asciinema-compatible terminal session recorder for Windows
# 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 = "2024"
name = "PowerSession"
version = "0.1.13"
authors = ["Yuwei B <contact@yba.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asciinema-compatible terminal session recorder for Windows"
homepage = "https://github.com/Watfaq/PowerSession-rs"
readme = "README.md"
keywords = [
    "cli",
    "asciinema",
    "terminal",
    "recorder",
    "conpty",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Watfaq/PowerSession-rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = ["cargo"]

[dependencies.fern]
version = "0.7"
features = ["colored"]

[dependencies.log]
version = "0.4"

[dependencies.os_info]
version = "3"

[dependencies.platform-dirs]
version = "0.3.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "multipart",
]

[dependencies.rustc_version_runtime]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
]

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_System_WindowsProgramming",
    "Win32_System_Pipes",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
]