# 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 = "svgr-rs" version = "0.2.0" authors = ["SyMind "] description = "A tool to transform SVG into React components" license = "MIT" repository = "https://github.com/svg-rust/svgr-rs.git" [[bench]] name = "bench" harness = false [dependencies.lazy_static] version = "1.5.0" [dependencies.linked_hash_set] version = "0.1.4" [dependencies.regex] version = "1.7.3" [dependencies.swc_core] version = "0.100.1" features = [ "__common", "ecma_ast", "ecma_visit", "ecma_codegen", "ecma_parser", ] [dependencies.swc_xml] version = "0.17.0" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.codspeed-criterion-compat] version = "2.7.2" [dev-dependencies.testing] version = "0.32.5"