# 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 = "yolo2dot" version = "0.1.0" description = "A visualizing tool to plot model architecture graph for YOLO .yaml files." homepage = "https://github.com/jerry73204/yolo2dot.git" documentation = "https://docs.rs/yolo2dot" readme = "README.md" categories = [ "science", "command-line-utilities", ] license = "MIT" repository = "https://github.com/jerry73204/yolo2dot.git" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.dot] version = "0.1.4" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.strum] version = "0.24.1" features = ["derive"]