speechmarkdown-rust 0.2.0__tar.gz → 0.2.2__tar.gz

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.
Files changed (51) hide show
  1. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/Cargo.toml +1 -1
  2. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/PKG-INFO +1 -1
  3. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/dotnet/SpeechMarkdown.nuspec +1 -1
  4. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/python/Cargo.lock +2 -2
  5. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/python/Cargo.toml +1 -1
  6. speechmarkdown_rust-0.2.2/bindings/python/dist/speechmarkdown_rust-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
  7. speechmarkdown_rust-0.2.2/bindings/swift/Sources/CSpeechMarkdown/dummy.c +1 -0
  8. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/build-swift-package.sh +3 -3
  9. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/pyproject.toml +1 -1
  10. speechmarkdown_rust-0.2.0/bindings/python/dist/speechmarkdown_rust-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
  11. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/.gitconfig +0 -0
  12. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/.github/workflows/ci.yml +0 -0
  13. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/.github/workflows/publish.yml +0 -0
  14. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/.gitignore +0 -0
  15. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/Package.swift +0 -0
  16. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/README.md +0 -0
  17. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/dotnet/SpeechMarkdown.cs +0 -0
  18. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/dotnet/SpeechMarkdown.targets +0 -0
  19. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/python/README.md +0 -0
  20. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/python/speechmarkdown.pyi +0 -0
  21. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/python/src/lib.rs +0 -0
  22. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/speechmarkdown.h +0 -0
  23. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Example.swift +0 -0
  24. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Package.swift +0 -0
  25. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Sources/CSpeechMarkdown/include/module.modulemap +0 -0
  26. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Sources/CSpeechMarkdown/include/shim.h +0 -0
  27. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Sources/CSpeechMarkdown/include/speechmarkdown.h +0 -0
  28. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Sources/CSpeechMarkdown/module.modulemap +0 -0
  29. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/Sources/SpeechMarkdown/SpeechMarkdown.swift +0 -0
  30. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/SpeechMarkdown.swift +0 -0
  31. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/bindings/swift/module.modulemap +0 -0
  32. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/build.rs +0 -0
  33. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/cbindgen.toml +0 -0
  34. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/ast.rs +0 -0
  35. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/capabilities.rs +0 -0
  36. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/error.rs +0 -0
  37. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/ffi.rs +0 -0
  38. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/base.rs +0 -0
  39. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/mod.rs +0 -0
  40. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/ssml/amazon_alexa.rs +0 -0
  41. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/ssml/base.rs +0 -0
  42. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/ssml/google_assistant.rs +0 -0
  43. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/ssml/microsoft_azure.rs +0 -0
  44. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/ssml/mod.rs +0 -0
  45. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/formatters/text.rs +0 -0
  46. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/grammar.pest +0 -0
  47. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/lib.rs +0 -0
  48. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/parser/mod.rs +0 -0
  49. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/parser/parser.rs +0 -0
  50. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/src/ssml_to_smd.rs +0 -0
  51. {speechmarkdown_rust-0.2.0 → speechmarkdown_rust-0.2.2}/tests/ffi_test.rs +0 -0
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "speechmarkdown-rust"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  edition = "2021"
5
5
  authors = ["SpeechMarkdown Contributors"]
6
6
  description = "High-performance SpeechMarkdown parser with multi-language bindings"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: speechmarkdown-rust
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>SpeechMarkdown</id>
5
- <version>0.2.0</version>
5
+ <version>0.2.2</version>
6
6
  <title>SpeechMarkdown</title>
7
7
  <authors>SpeechMarkdown Contributors</authors>
8
8
  <description>SpeechMarkdown parser - convert SpeechMarkdown syntax to SSML for Alexa, Google Assistant, Azure, and more.</description>
@@ -209,7 +209,7 @@ dependencies = [
209
209
 
210
210
  [[package]]
211
211
  name = "speechmarkdown-python"
212
- version = "0.2.0"
212
+ version = "0.2.2"
213
213
  dependencies = [
214
214
  "pyo3",
215
215
  "serde_json",
@@ -218,7 +218,7 @@ dependencies = [
218
218
 
219
219
  [[package]]
220
220
  name = "speechmarkdown-rust"
221
- version = "0.2.0"
221
+ version = "0.2.2"
222
222
  dependencies = [
223
223
  "quick-xml",
224
224
  "serde",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "speechmarkdown-python"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  edition = "2021"
5
5
  readme = "README.md"
6
6
 
@@ -31,7 +31,7 @@ lipo -create \
31
31
  -output "$PREP_DIR/macos-arm64_x86_64/libspeechmarkdown_rust.a"
32
32
  strip -x "$PREP_DIR/macos-arm64_x86_64/libspeechmarkdown_rust.a"
33
33
  cp "$REPO_ROOT/bindings/speechmarkdown.h" "$PREP_DIR/macos-arm64_x86_64/"
34
- cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/shim.h" "$PREP_DIR/macos-arm64_x86_64/"
34
+ cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/include/shim.h" "$PREP_DIR/macos-arm64_x86_64/"
35
35
  cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/module.modulemap" "$PREP_DIR/macos-arm64_x86_64/"
36
36
 
37
37
  # iOS device (arm64)
@@ -39,7 +39,7 @@ mkdir -p "$PREP_DIR/ios-arm64"
39
39
  cp "$REPO_ROOT/target/aarch64-apple-ios/release/libspeechmarkdown_rust.a" "$PREP_DIR/ios-arm64/"
40
40
  strip -x "$PREP_DIR/ios-arm64/libspeechmarkdown_rust.a"
41
41
  cp "$REPO_ROOT/bindings/speechmarkdown.h" "$PREP_DIR/ios-arm64/"
42
- cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/shim.h" "$PREP_DIR/ios-arm64/"
42
+ cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/include/shim.h" "$PREP_DIR/ios-arm64/"
43
43
  cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/module.modulemap" "$PREP_DIR/ios-arm64/"
44
44
 
45
45
  # iOS simulator (arm64)
@@ -47,7 +47,7 @@ mkdir -p "$PREP_DIR/ios-arm64-sim"
47
47
  cp "$REPO_ROOT/target/aarch64-apple-ios-sim/release/libspeechmarkdown_rust.a" "$PREP_DIR/ios-arm64-sim/"
48
48
  strip -x "$PREP_DIR/ios-arm64-sim/libspeechmarkdown_rust.a"
49
49
  cp "$REPO_ROOT/bindings/speechmarkdown.h" "$PREP_DIR/ios-arm64-sim/"
50
- cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/shim.h" "$PREP_DIR/ios-arm64-sim/"
50
+ cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/include/shim.h" "$PREP_DIR/ios-arm64-sim/"
51
51
  cp "$REPO_ROOT/bindings/swift/Sources/CSpeechMarkdown/module.modulemap" "$PREP_DIR/ios-arm64-sim/"
52
52
 
53
53
  rm -rf "$PREP_DIR/SpeechMarkdownRust.xcframework"
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "speechmarkdown-rust"
7
- version = "0.2.0"
7
+ version = "0.2.2"
8
8
  description = "SpeechMarkdown parser - convert SpeechMarkdown to SSML"
9
9
  readme = "README.md"
10
10