# 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 = "asaru" version = "0.3.4" authors = ["thekuwayama "] description = "Asana Tasks Search CLI" documentation = "https://docs.rs/asaru" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/thekuwayama/asaru" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1" features = ["cargo", "derive"] [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spinners] version = "2.0" [dependencies.termion] version = "1.5" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] [dependencies.unicode-width] version = "0.1"