# 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-cooklang" version = "0.13.0" authors = ["Zheoni "] description = "Format cooklang back to cooklang" readme = "README.md" keywords = ["cooklang"] categories = ["value-formatting"] license = "MIT" repository = "https://github.com/Zheoni/cooklang-chef" [dependencies.cooklang] version = "0.13" [dependencies.regex] version = "1" [dependencies.textwrap] version = "0.16" features = ["terminal_size"]