# 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 = "avatarsay" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Beautiful quotes from Avatar: The Last Airbender" homepage = "https://github.com/dotzenith/AvatarSay" readme = "README.md" license = "MIT" repository = "https://github.com/dotzenith/AvatarSay" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "avatarsay" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.4.9" features = ["cargo"] [dependencies.crossterm] version = "0.28.1" [dependencies.image] version = "0.24" [dependencies.kolorz] version = "0.10.0" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.term_size] version = "0.3.2" [dependencies.textwrap] version = "0.16.1" [dependencies.viuer] version = "0.7.1"