# 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 = "tooey" version = "0.7.2" description = "A simplistic no-std library for terminal display" homepage = "https://github.com/T-O-R-U-S/tooey" documentation = "https://docs.rs/tooey" readme = "README.md" keywords = [ "tui", "no_std", "console", "colors", ] license = "MIT" repository = "https://github.com/T-O-R-U-S/tooey" [dependencies.log] version = "0.4.17" [dependencies.ndarray] version = "0.15.6" default-features = false [features] default = ["objects"] no_std = [] objects = [] std = []