# 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 = "rust2uml" version = "0.0.2" authors = ["adjivas "] description = "A library to generating UML language from Rust's project into graphiz/dot file." homepage = "https://github.com/silence-coding/ml" documentation = "https://github.com/silence-coding/ml" readme = "README.md" keywords = [ "uml", "graph", "dot", "generator", "modeling-language", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/silence-coding/ml" [lib] test = false doctest = true [[example]] name = "ml" path = "examples/main.rs" test = false doc = false [dependencies.clippy] version = "0" optional = true [dependencies.dot] version = "0.1.4" [dependencies.itertools] version = "0.5" [dependencies.once_cell] version = "1.8.0" [dependencies.strfmt] version = "0.1.6" [dependencies.urlencoding] version = "2.1.0" [dependencies.walkdir] version = "1" [dev-dependencies.argi] version = "0.1.0-beta.5" [features] debug = [] default = [] fn-emilgardis = [] implem = [] lints = [ "clippy", "nightly", ] nightly = [] travis = [ "lints", "nightly", ] unstable = []