# 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 = "thus-saith" version = "0.4.0" authors = ["Lingxuan Ye "] description = "Thus saith my waifu!" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Lingxuan-Ye/thus-saith" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.8" features = ["cargo"] [dependencies.ctrlc] version = "3.4.4" [dependencies.dirs] version = "5.0.1" [dependencies.eoe] version = "0.1.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.toml] version = "0.8.14"