# 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 = "jira_to_gantt" version = "2.0.1" authors = ["John Lyon-Smith "] description = "A tool to convert Jira CSV data to Gantt chart JSON5" readme = "README.md" keywords = [ "gantt", "chart", "project", "csv", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/jlyonsmith/jira_to_gantt" [[bin]] name = "jira-to-gantt" path = "src/bin/jira_to_gantt.rs" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "4.0.10" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.csv] version = "1.1.6" [dependencies.easy-error] version = "1.0.0" [dependencies.gantt_chart] version = "2.0.0" [dependencies.json5] version = "0.4.1" [dependencies.serde] version = "1.0.145" features = ["derive"]