# 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 = "yuml-rs" version = "0.1.6" authors = ["mibes "] description = "Rust based yUML parser" documentation = "https://docs.rs/yuml-rs" readme = "README.md" keywords = ["yuml"] categories = ["parser-implementations", "rendering::data-formats"] license = "MIT" repository = "https://github.com/mibes404/yuml-rs" [[bench]] name = "parser" harness = false [dependencies.derive_more] version = "0.99" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7" [dev-dependencies.criterion] version = "0.3"