# 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 = "terminal-trx" version = "0.2.3" build = false exclude = [ ".github", ".gitignore", "*.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a handle to the terminal of the current process" readme = "readme.md" categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/bash/terminal-trx" [lib] name = "terminal_trx" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.static_assertions] version = "1.1.0" [target."cfg(unix)".dependencies.libc] version = "0.2.152" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Foundation", ] [lints.clippy] dbg_macro = "warn" exhaustive_enums = "warn" exhaustive_structs = "warn" undocumented_unsafe_blocks = "deny" unimplemented = "warn" unwrap_used = "deny" use_debug = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(terminal_trx_test_unsupported)"]