# 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 = "PowerSession" version = "0.1.11" authors = ["Yuwei B "] 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" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.2.17" features = ["cargo"] [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.log] version = "0.4" [dependencies.os_info] version = "3" [dependencies.platform-dirs] version = "0.3.0" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "multipart", ] [dependencies.rustc_version_runtime] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.windows] version = "0.38.0" features = [ "alloc", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_Console", "Win32_System_WindowsProgramming", "Win32_System_Pipes", "Win32_Storage_FileSystem", "Win32_System_IO", ]