# 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 = "salph" version = "0.3.3" authors = ["Wouter de Bie "] description = "Small tool to help you spell in spelling alphabets" readme = "README.md" license = "MIT" repository = "https://github.com/wouterdebie/salph/" [lib] name = "salph" path = "src/lib.rs" [[bin]] name = "salph" path = "src/bin.rs" [dependencies.clap] version = "4.2.7" features = [ "derive", "env", ] [dependencies.colored] version = "2" [dependencies.indexmap] version = "1.8.0" [dependencies.rust-embed] version = "6.6.1" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.substring] version = "1.4.5" [dependencies.tabular] version = "0.2.0" [build-dependencies.rust-embed] version = "6.6.1"