# 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.62" name = "anathema" version = "0.1.1-alpha" description = "Text User Interface library (TUI) with a template language and runtime" homepage = "https://github.com/togglebyte/anathema" documentation = "https://togglebyte.github.io/anathema-guide/" readme = "README.md" license = "MIT" repository = "https://github.com/togglebyte/anathema" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.crossterm] version = "0.24.0" [dependencies.flume] version = "0.10.14" optional = true [dependencies.log] version = "0.4.17" optional = true [dependencies.serde_json] version = "1.0.83" optional = true [dependencies.unicode-width] version = "0.1.9" [dev-dependencies.proptest] version = "1.0.0" [features] default = ["runtime"] flume = ["dep:flume"] logging = ["log"] runtime = ["templates"] serde-json = ["serde_json"] templates = ["widgets"] widgets = []