# 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 = "lnr" version = "0.2.0" authors = ["Alan Vardy "] description = "A tiny unofficial Linear client" homepage = "https://github.com/alanvardy/lnr" readme = "README.md" keywords = [ "cli", "linear", "client", "tickets", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alanvardy/lnr" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.8.4" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dirs] version = "5.0" [dependencies.handlebars] version = "4.5.0" [dependencies.inquire] version = "0.6.2" features = ["editor"] [dependencies.matches] version = "0.1.10" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.spinners] version = "4.1.0" [dependencies.toml] version = "0.8.8" [dependencies.uuid] version = "1.5" features = [ "serde", "v4", ] [dependencies.walkdir] version = "2.3.3" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.pretty_assertions] version = "1.4.0"