# 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 = "skill-tree" version = "3.1.0" authors = ["Niko Matsakis "] description = "generate graphviz files to show roadmaps" homepage = "https://github.com/nikomatsakis/skill-tree" license = "MIT" repository = "https://github.com/nikomatsakis/skill-tree" [profile.release.build-override] opt-level = 0 [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.0" [dependencies.fehler] version = "1.0.0-alpha.2" [dependencies.htmlescape] version = "0.3.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3.11" [dependencies.svg] version = "0.5.12" [dependencies.toml] version = "0.5.1" [dev-dependencies.prettydiff] version = "0.4" [dev-dependencies.regex] version = "1.0"