# 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 = "2018" name = "roadmap" version = "0.6.1" authors = ["Lars Wirzenius "] description = "model a project roadmap as a directed acyclic graph" readme = "README.md" license = "MIT-0" repository = "https://gitlab.com/larswirzenius/roadmap" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.marked-yaml] version = "0.7" features = ["serde-path"] [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.tempfile] version = "3.10.0" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1"