# 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 = "svg" version = "0.18.0" authors = [ "Adam Bryant ", "Felix Schütt ", "Felix Zwettler ", "GeoffreyY ", "Gijs Burghoorn ", "Ivan Ukhov ", "Jack Greenbaum ", "Joshua Klein ", "Mike Wilkerson ", "Nathan Hüsken ", "Nathaniel Cook ", "Nick Angelou ", "Nicolas Silva ", "Nor Khasyatillah ", "OCTronics ", "Patrick Chieppe ", "Will Nelson ", "Xander Rudelis ", "e-matteson ", "kmkzt ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The package provides an SVG composer and parser." homepage = "https://github.com/bodoni/svg" documentation = "https://docs.rs/svg" readme = "README.md" keywords = ["vector-graphics"] categories = [ "multimedia::images", "parsing", "rendering::data-formats", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bodoni/svg" [lib] name = "svg" path = "src/lib.rs"