# 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 = "svg2sixel" version = "0.1.2" description = "Render a SVG as sixel for display in terminal" homepage = "https://github.com/gulrotkake/svg2sixel" readme = "README.md" keywords = [ "sixel", "svg", ] license = "Apache-2.0" repository = "https://github.com/gulrotkake/svg2sixel" [lib] name = "svg2sixel" path = "src/lib.rs" [[bin]] name = "svg2sixel" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.clap-stdin] version = "0.4.0" [dependencies.resvg] version = "0.42.0" [dependencies.sixel-bytes] version = "0.2.3" [dependencies.usvg] version = "0.42.0"