# 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 = "big_test_1" version = "0.5.1" description = "Library for writing terminal emulators" license = "Apache-2.0" [dependencies.base64] version = "0.22.0" [dependencies.bitflags] version = "2.4.1" [dependencies.home] version = "0.5.5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.0" [dependencies.polling] version = "3.0.0" [dependencies.regex-automata] version = "0.4.3" [dependencies.serde] version = "1" features = [ "derive", "rc", ] optional = true [dependencies.unicode-width] version = "0.1" [dependencies.vte] version = "0.13.0" features = [ "ansi", "serde", ] default-features = false [dev-dependencies.serde_json] version = "1.0.0" [features] default = ["serde"] serde = [ "dep:serde", "bitflags/serde", "vte/serde", ] [target."cfg(unix)".dependencies.rustix-openpty] version = "0.1.1" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.10" [target."cfg(windows)".dependencies.miow] version = "0.6.0" [target."cfg(windows)".dependencies.piper] version = "0.2.1" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_System_Console", "Win32_Foundation", "Win32_Security", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]