# 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 = "plantuml-parser" version = "0.5.1" authors = ["nogiro "] description = "The parser for the client of PlantUML Server" readme = "README.md" keywords = [ "visualization", "plantuml", ] categories = ["visualization"] license = "MIT" repository = "https://gitlab.com/nogiro/plantuml-server-client-rs" [dependencies.nom] version = "7.1.3" [dependencies.normalize-path] version = "0.2.1" [dependencies.thiserror] version = "1.0.49" [dependencies.tracing] version = "0.1.37" default-features = false [dev-dependencies.anyhow] version = "1.0.71" features = ["std"] default-features = false