# 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 = "redmine-rs" version = "0.2.2" authors = ["chansuke "] include = ["*.rs", "**/*.rs", "**/**/*.rs", "Cargo.toml", "LICENSE-*", "README.md"] description = "This is a command line interface for Redmine" homepage = "https://github.com/chansuke/redmine-rs" documentation = "https://github.com/chansuke/redmine-rs" keywords = ["redmine", "cli", "terminal"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/chansuke/redmine-rs" [[bin]] name = "redmine-rs" path = "src/main.rs" bench = false [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" [dependencies.futures] version = "0.3.8" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.13" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.0"