svgr 0.45.1

An SVG rendering library.
Documentation
# 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 = "svgr"
version = "0.45.1"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An SVG rendering library."
readme = "README.md"
keywords = [
    "svg",
    "render",
    "raster",
]
license = "MPL-2.0"
repository = "https://github.com/RazrFalcon/svgr"

[features]
cache-stats = []
default = [
    "text",
    "system-fonts",
    "memmap-fonts",
    "raster-images",
]
memmap-fonts = ["usvgr/memmap-fonts"]
raster-images = [
    "gif",
    "jpeg-decoder",
    "png",
]
system-fonts = ["usvgr/system-fonts"]
text = ["usvgr/text"]

[lib]
name = "svgr"
path = "src/lib.rs"

[[bin]]
name = "svgr"
path = "src/main.rs"

[[example]]
name = "custom_href_resolver"
path = "examples/custom_href_resolver.rs"

[[example]]
name = "draw_bboxes"
path = "examples/draw_bboxes.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[bench]]
name = "repeating_svg_benchmark"
path = "benches/repeating_svg_benchmark.rs"
harness = false

[[bench]]
name = "static_cache"
path = "benches/static_cache.rs"

[[bench]]
name = "static_cache_benchmark"
path = "benches/static_cache_benchmark.rs"
harness = false

[dependencies.gif]
version = "0.12"
optional = true

[dependencies.jpeg-decoder]
version = "0.3"
features = ["platform_independent"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.pico-args]
version = "0.5"
features = ["eq-separator"]

[dependencies.png]
version = "0.17"
optional = true

[dependencies.rgb]
version = "0.8"

[dependencies.svgrtypes]
version = "0.45.1"

[dependencies.tiny-skia]
version = "0.11.4"

[dependencies.usvgr]
version = "0.45.1"
default-features = false

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.image]
version = "0.25.0"

[dev-dependencies.once_cell]
version = "1.5"