# 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 = "svgview" version = "0.1.0" authors = ["stevan "] description = "A minimal, reloading SVG viewer a la feh." homepage = "https://github.com/sdedovic/svgview" readme = "README.md" keywords = ["cli", "svg", "gui", "graphical", "minimal"] categories = ["visualization", "rendering", "multimedia", "gui", "development-tools"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/sdedovic/svgview" resolver = "2" [[bin]] name = "svgview" path = "src/main.rs" [dependencies.anyhow] version = "1.0.53" [dependencies.log] version = "0.4.14" [dependencies.notify] version = "4.0.0" [dependencies.pixels] version = "0.9.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.resvg] version = "0.20.0" [dependencies.tiny-skia] version = "0.6.3" [dependencies.usvg] version = "0.20.0" [dependencies.winit] version = "0.26" [dependencies.winit_input_helper] version = "0.11" [features] default = ["optimize"] optimize = ["log/release_max_level_warn"]