# 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 = "averse" version = "0.1.0" authors = ["John Vivian "] description = "A YAML-serialized recipe store and meal planner" documentation = "https://docs.rs/averse" readme = "README.md" license = "MIT" repository = "https://github.com/jvivian/averse" resolver = "2" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.colored] version = "2" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" features = ["fuzzy-select"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tabled] version = "0.6.1" [dependencies.thiserror] version = "1.0.31"