# 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 = "msvg" version = "0.5.0" authors = ["Antoine Beyeler"] description = "Fast SVG browser for pen-plotter users" homepage = "https://github.com/abey79/vsvg" readme = "README.md" categories = [ "command-line-utilities", "graphics", "visualization", ] license = "MIT" repository = "https://github.com/abey79/vsvg" [package.metadata.wix] eula = false license = false path-guid = "FF831BD3-4C44-49B0-9EFC-257F73D7942F" upgrade-guid = "E7FA1C08-BD78-438B-AE8D-654330FD3D32" [dependencies.anyhow] version = "1" [dependencies.camino] version = "1.1.0" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.eframe] version = "0.27.2" features = [ "accesskit", "default_fonts", "persistence", "wgpu", "wayland", "x11", ] default-features = false [dependencies.egui] version = "0.27.2" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.vsvg] version = "=0.5.0" features = ["egui"] [dependencies.vsvg-viewer] version = "=0.5.0"