# 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 = "rb64" version = "0.1.7" authors = ["Saúl Valdelvira "] description = "Base 64" readme = "README" license = "MIT" [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.dbg_unreachable] version = ">=0.1.2" [dependencies.ratatui] version = "0.28.1" optional = true [dependencies.tui-textarea] version = ">=0.6.1" optional = true [build-dependencies.cbindgen] version = "0.24.0" optional = true [features] bindings = ["dep:cbindgen"] default = [] tui = [ "dep:ratatui", "dep:tui-textarea", ]