# 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 = "theattyr" version = "0.1.10" authors = ["Orhun Parmaksız "] build = false include = [ "src/**/*", "vt100", "Cargo.*", "LICENSE*", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal theater for playing VT100 art and animations" homepage = "https://github.com/orhun/theattyr" readme = "README.md" keywords = [ "terminal", "vt100", "animation", "rendering", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/theattyr" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [lib] name = "theattyr" path = "src/lib.rs" [[bin]] name = "theattyr" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "derive", "env", "wrap_help", "cargo", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.ratatui] version = "0.28.1" [dependencies.rust-embed] version = "8.5.0" features = [ "compression", "debug-embed", ] [dependencies.tachyonfx] version = "0.7.0" [dependencies.tui-term] version = "0.1.13" [dependencies.vt100] version = "0.15.2"