# 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 = "cooklang-to-human" version = "0.13.0" authors = ["Zheoni "] description = "Format cooklang in a human friendly way" readme = "README.md" keywords = ["cooklang"] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/Zheoni/cooklang-chef" [dependencies.anstyle] version = "1" [dependencies.anstyle-owo-colors] version = "1.0" [dependencies.cooklang] version = "0.13" [dependencies.humantime] version = "2.1" [dependencies.once_cell] version = "1.17" [dependencies.owo-colors] version = "=3.5" [dependencies.tabular] version = "0.2" features = ["ansi-cell"] [dependencies.textwrap] version = "0.16" features = ["terminal_size"]