# 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_encoding" version = "2.0.3" authors = ["maksugr "] description = "Encoding and decoding text plantuml diagrams to facilitate communication of them through URL." homepage = "https://github.com/maksugr/plantuml_encoding" documentation = "https://docs.rs/plantuml_encoding/" readme = "README.md" keywords = [ "plantuml", "encoding", "decoding", "deflate", "hex", ] categories = [ "graphics", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maksugr/plantuml_encoding" resolver = "2" [dependencies.flate2] version = "1.0.24" [dependencies.hex] version = "0.4" [badges.maintenance] status = "actively-developed"