# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "svg-tikz" version = "0.2.1" authors = ["Pierre-Étienne Meunier "] include = ["Cargo.toml", "Cargo.lock", "src/main.rs", "src/lib.rs", "src/tiled.rs", "src/layers.rs", "src/tikz.rs", "src/raw.rs"] 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)." homepage = "https://nest.pijul.com/pmeunier/svg-tikz" license = "MIT/Apache-2.0" repository = "https://nest.pijul.com/pmeunier/svg-tikz" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "0.1" [dependencies.hex] version = "0.3" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.1" [dependencies.svg] version = "0.5"