# 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 = "gerber2svg" version = "0.2.2" description = "Gerber2Svg is a library and utility, used to convert a Gerber (x2 or x3) file into an SVG file." homepage = "https://github.com/jnthbdn/rs-gerber2svg" readme = "README.md" keywords = [ "gerber", "svg", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://github.com/jnthbdn/rs-gerber2svg" [lib] name = "gerber2svg" path = "src/lib.rs" [[bin]] name = "gerber2svg" path = "src/main.rs" [dependencies.gerber-types] version = "0.2.0" [dependencies.gerber_parser] version = "0.1.2" [dependencies.log] version = "0.4.19" [dependencies.simple_logger] version = "4.2.0" [dependencies.structopt] version = "0.3.26" features = [ "color", "suggestions", "wrap_help", ] [dependencies.svg] version = "0.13.1"