# 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 = "lovesay" version = "0.6.1" description = "lovesay but rusty" homepage = "https://github.com/dotzenith/lovesay.rs" readme = "README.md" license = "MIT" repository = "https://github.com/dotzenith/lovesay.rs" [profile.dist] lto = "thin" inherits = "release" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.4.9" features = ["cargo"] [dependencies.kolorz] version = "0.6.0" [dependencies.shellexpand] version = "3.0" [dependencies.term_size] version = "0.3.2" [dependencies.textwrap] version = "0.16.0"