[package] name = "svg-tikz" description = "A customisable converter from SVG to TikZ. The library can be used to write custom converters, for instance to generate multiple different TikZ figures from a single SVG file, or to apply modifications to paths programmatically (this tool was originally designed with tilings in mind)." license = "MIT/Apache-2.0" repository = "https://nest.pijul.com/pmeunier/svg-tikz" homepage = "https://nest.pijul.com/pmeunier/svg-tikz" version = "0.2.1" authors = ["Pierre-Étienne Meunier "] edition = "2018" include = [ "Cargo.toml", "Cargo.lock", "src/main.rs", "src/lib.rs", "src/tiled.rs", "src/layers.rs", "src/tikz.rs", "src/raw.rs" ] [dependencies] svg = "0.5" regex = "1.1" hex = "0.3" log = "0.4" failure = "0.1" clap = "2.33" env_logger = "0.5"