# 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 = "pizarra" version = "3.0.0" authors = ["Abraham Toriz "] description = "The backend for a simple vector hand-drawing application" documentation = "https://docs.rs/pizarra" readme = "README.md" keywords = [ "drawing", "presentation", ] categories = [ "graphics", "gui", "multimedia::images", ] license-file = "LICENSE" repository = "https://gitlab.com/categulario/pizarra" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.3.9" [dependencies.rstar] version = "0.9.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "1.11" [dependencies.thiserror] version = "1.0.40" [dependencies.xml-rs] version = "0.8.3" [dev-dependencies.pretty_assertions] version = "1.2"