# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "luml" version = "0.1.0" authors = ["Nathan Ringo "] description = "A UML diagram generator." homepage = "https://remexre.xyz/luml/" documentation = "https://remexre.xyz/luml/" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/luml" [dependencies.derive_more] version = "0.14.0" [dependencies.itertools] version = "0.8.0" [dependencies.lalrpop-util] version = "0.16.3" [dependencies.libremexre] version = "0.1.4" features = ["log"] default-features = false [dependencies.regex] version = "1.1.2" [dependencies.stderrlog] version = "0.4.1" [dependencies.structopt] version = "0.2.14" [build-dependencies.lalrpop] version = "0.16.3"