# 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 = "recp" version = "0.8.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli utility to display recipes in recipe-lang" homepage = "https://github.com/reciperium/recipe-lang" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/reciperium/recipe-lang" [[bin]] name = "recp" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "4.3.1" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.recipe-parser] version = "0.8.5" [dependencies.tabwriter] version = "1.2.1"