# 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 = "mono-diagram" version = "0.2.0" authors = ["Wayoung7 "] exclude = ["src/mono-diagram/watch.rs"] description = "A cross-platform tool for generating plain-text diagrams from a certain syntax" readme = "README.md" keywords = [ "diagram", "layout", "ascii-art", "cli", "graph", ] categories = [ "command-line-utilities", "visualization", "parser-implementations", ] license = "MIT" repository = "https://github.com/Wayoung7/mono-diagram" [[bin]] name = "mono-diagram" path = "src/mono-diagram/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" [dependencies.clap_derive] version = "4.5.4" [dependencies.clipboard] version = "0.5.0" [dependencies.pest] version = "2.7.9" [dependencies.pest_derive] version = "2.7.9" [dependencies.petgraph] version = "0.6.4" [dependencies.rand] version = "0.8.5"