# 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.74.0" name = "tui-term" version = "0.2.0" authors = ["Alexander Kenji Berthold "] build = false include = [ "src/**/*", "examples/*", "benches/*", "LICENSE", "README.md", "CHANGELOG.md", "test/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A pseudoterminal widget for ratatui" documentation = "https://docs.rs/tui-term/latest/tui-term/" readme = "README.md" keywords = [ "tui", "terminal", "ratatui", "tty", "multiplexer", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/a-kenji/tui-term" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [profile.bench] lto = "thin" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "tui_term" path = "src/lib.rs" [[example]] name = "long_running" path = "examples/long_running.rs" doc-scrape-examples = true [[example]] name = "nested_shell" path = "examples/nested_shell.rs" doc-scrape-examples = true [[example]] name = "nested_shell_async" path = "examples/nested_shell_async.rs" doc-scrape-examples = true [[example]] name = "simple_ls_chan" path = "examples/simple_ls_chan.rs" doc-scrape-examples = true [[example]] name = "simple_ls_controller" path = "examples/simple_ls_controller.rs" required-features = ["unstable"] [[example]] name = "simple_ls_rw" path = "examples/simple_ls_rw.rs" doc-scrape-examples = true [[example]] name = "smux" path = "examples/smux.rs" doc-scrape-examples = true [[bench]] name = "benches" path = "benches/benches.rs" harness = false [[bench]] name = "divan" path = "benches/divan.rs" harness = false [[bench]] name = "iai" path = "benches/iai.rs" harness = false [dependencies.portable-pty] version = "0.8.1" optional = true [dependencies.ratatui] version = "0.29.0" default-features = false [dependencies.vt100] version = "0.15.2" optional = true [dev-dependencies.bytes] version = "1.8.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.crossterm] version = "0.28" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.insta] version = "1.40.0" [dev-dependencies.once_cell] version = "1.20.2" [dev-dependencies.portable-pty] version = "0.8.1" [dev-dependencies.ratatui] version = "0.29.0" default-features = true [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["vt100"] unstable = ["dep:portable-pty"]