# 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 = "boja" version = "0.2.0" authors = ["Nadir Fejzic "] description = "A simple command line tool for conversion between color formats." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.71" [dependencies.ariadne] version = "0.2.0" features = ["auto-color"] [dependencies.chumsky] version = "0.9.2" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.itertools] version = "0.10.5"