svg2img 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ # This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is
2
+ # a Rust project. Your extensions dependencies should be added to the Cargo.toml
3
+ # in the ext/ directory.
4
+
5
+ [workspace]
6
+ members = ["./ext/svg2img"]
7
+ resolver = "2"
8
+
9
+ [profile.release]
10
+ lto = true
11
+ strip = true
@@ -0,0 +1,17 @@
1
+ [package]
2
+ authors = ["Orvar Segerström <orvarsegerstrom@gmail.com>"]
3
+ edition = "2021"
4
+ license = "MIT"
5
+ name = "svg2img"
6
+ publish = false
7
+ version = "0.1.0"
8
+
9
+ [lib]
10
+ crate-type = ["cdylib"]
11
+
12
+ [dependencies]
13
+ anyhow = "1.0.86"
14
+ image = "0.25.2"
15
+ magnus = { version = "0.6.2" }
16
+ resvg = "0.43.0"
17
+ uuid = { version = "1.10.0", features = ["v4"] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svg2img
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orvar Segerström
@@ -47,6 +47,9 @@ files:
47
47
  - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.lock
48
48
  - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.toml
49
49
  - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml
50
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.lock
51
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.toml
52
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml
50
53
  homepage: https://github.com/0rvar/svg2img-rb
51
54
  licenses:
52
55
  - MIT