# 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 = "cod" version = "9.0.3" authors = ["Kyllingene"] description = "A mini, functional terminal drawing utility." homepage = "https://github.com/Kyllingene/cod" readme = "README.md" keywords = [ "tui", "terminal", "command-line", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Kyllingene/cod" [lib] name = "cod" path = "src/lib.rs" [dependencies.crossterm] version = "0.27" optional = true [features] color_stack = [] crossterm = ["dep:crossterm"] default = ["color_stack"]