[[bin]]
name = "shadow-terminal"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5.40"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.schemars]
version = "1.0.3"
[dependencies.serde]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.shadow-terminal]
version = "0.2.2"
[dependencies.tokio]
features = ["full", "tracing"]
version = "1.45.1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[dev-dependencies.assert_cmd]
version = "2.0.17"
[dev-dependencies.predicates]
version = "3.1.3"
[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
arithmetic_side_effects = "allow"
blanket_clippy_restriction_lints = "allow"
cargo_common_metadata = "allow"
float_arithmetic = "allow"
implicit_return = "allow"
missing_trait_methods = "allow"
multiple_crate_versions = "allow"
multiple_inherent_impl = "allow"
non_ascii_literal = "allow"
option_if_let_else = "allow"
partial_pub_fields = "allow"
pattern_type_mismatch = "allow"
pub_with_shorthand = "allow"
question_mark_used = "allow"
self_named_module_files = "allow"
single_call_fn = "allow"
single_match_else = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "allow"
struct_field_names = "allow"
unseparated_literal_suffix = "allow"
upper_case_acronyms = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.clippy.restriction]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::testing"]
description = "A headless modern terminal emulator"
documentation = "https://docs.rs/shadow-terminal"
edition = "2021"
keywords = ["shell", "testing"]
license = "MIT"
name = "shadow-terminal-cli"
readme = "README.md"
repository = "https://github.com/tattoy-org/shadow-terminal"
version = "0.1.1"