# 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 = "bbml" version = "0.2.0" description = "Renders BbML (a subset of HTML) to ratatui text" homepage = "https://git.tardisproject.uk/tcmal/learn-tui" documentation = "https://docs.rs/edlearn_tui" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/tcmal/learn-tui" [dependencies.html-escape] version = "0.2.13" [dependencies.log] version = "0.4.20" [dependencies.ratatui] version = "0.25.0" features = ["unstable-rendered-line-info"] [dependencies.tl] version = "0.7.7" [dev-dependencies.pretty_assertions] version = "1.4.0"