# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aquote" version = "0.1.1" authors = ["Kerli Low "] exclude = [".github"] description = "Quote of the day for your shell." homepage = "https://github.com/kerlilow/aquote" documentation = "https://docs.rs/aquote" readme = "README.md" keywords = ["quote", "qotd", "fun", "shell", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kerlilow/aquote" [dependencies.ajson] version = "0.2.4" [dependencies.anyhow] version = "1.0.38" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" features = ["color"] [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.10.1" [dependencies.directories] version = "3.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.3" [dependencies.reqwest] version = "0.11.2" features = ["blocking", "json"] [dependencies.retry] version = "1.2.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64"