# 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 = "ratatui-base16" version = "0.3.4" authors = ["Dheepak Krishnamurthy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A base16 palette for ratatui" documentation = "https://docs.rs/ratatui-base16" readme = "README.md" license = "MIT" repository = "https://github.com/kdheepak/ratatui-base16" [lib] name = "ratatui_base16" path = "src/lib.rs" [dependencies.figment] version = "0.10.19" features = [ "env", "toml", "yaml", ] [dependencies.ratatui] version = "0.28.0" features = ["serde"] [dependencies.serde] version = "1.0.208" [dependencies.serde_with] version = "3.9.0" [dependencies.thiserror] version = "1.0.63"