# 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 = "youtrack-commander" version = "0.2.1" authors = ["Pavol Vidlicka <pavol.vidlicka@gmail.com>"] description = "Execute commands on Youtrack issues from the command line" keywords = ["youtrack", "command-line"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pvid/youtrack-commander" [lib] name = "youtrack_commander" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.config] version = "0.10" [dependencies.dirs] version = "3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.term_grid] version = "0.2"