# 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 = "linear_templater" version = "0.1.3" authors = ["Alan Vardy "] description = "Create Linear Tickets from TOML files" homepage = "https://github.com/alanvardy/linear_templater" readme = "README.md" keywords = [ "cli", "linear", "client", "toml", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alanvardy/linear_templater" [dependencies.clap] version = "4.2.1" [dependencies.colored] version = "2.0.0" [dependencies.handlebars] version = "4.3.6" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3"