# 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 = "svg2svelte" version = "0.2.3" description = "Easily turn an SVG file into a Svelte component, Rewritten in Rust." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/derektata/svg2svelte-rs" resolver = "2" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.regex] version = "1.6.0" [dependencies.sedregex] version = "0.2.5"