# 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 = "mcai-graph-renderer" version = "0.2.2" authors = ["Thibaud Le Graverend "] description = "Graph renderer for Media Cloud AI Workflows representation" keywords = ["MCAI", "graph", "renderer"] license = "MIT" resolver = "2" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.mcai-graph] version = "0.3.0" [dependencies.mcai-types] version = "0.1.0" [dependencies.mcai_models] version = "0.9.0" [dependencies.reqwest] version = "0.11.12" features = ["blocking"] [dependencies.serde_json] version = "1.0.85" [dependencies.svg] version = "0.10.0" [build-dependencies.enum-iterator] version = "0.8.1" [build-dependencies.material-icons] version = "0.2.0" [build-dependencies.reqwest] version = "0.11.12" features = ["blocking"] [build-dependencies.svg] version = "0.10.0"