speechmarkdown-rust 0.2.7__tar.gz → 0.2.8__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.7 → speechmarkdown_rust-0.2.8}/Cargo.toml +1 -1
  2. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/PKG-INFO +1 -1
  3. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/Package.swift +2 -2
  4. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/dotnet/SpeechMarkdown.nuspec +1 -1
  5. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/python/Cargo.lock +2 -2
  6. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/python/Cargo.toml +1 -1
  7. speechmarkdown_rust-0.2.8/bindings/python/dist/speechmarkdown_rust-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
  8. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/pyproject.toml +1 -1
  9. speechmarkdown_rust-0.2.7/bindings/python/dist/speechmarkdown_rust-0.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
  10. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/.gitconfig +0 -0
  11. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/.github/workflows/ci.yml +0 -0
  12. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/.github/workflows/publish.yml +0 -0
  13. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/.gitignore +0 -0
  14. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/README.md +0 -0
  15. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/dotnet/SpeechMarkdown.cs +0 -0
  16. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/dotnet/SpeechMarkdown.targets +0 -0
  17. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/python/README.md +0 -0
  18. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/python/speechmarkdown.pyi +0 -0
  19. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/python/src/lib.rs +0 -0
  20. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/speechmarkdown.h +0 -0
  21. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Example.swift +0 -0
  22. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Package.swift +0 -0
  23. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/CSpeechMarkdown/dummy.c +0 -0
  24. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/CSpeechMarkdown/include/module.modulemap +0 -0
  25. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/CSpeechMarkdown/include/shim.h +0 -0
  26. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/CSpeechMarkdown/include/speechmarkdown.h +0 -0
  27. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/CSpeechMarkdown/module.modulemap +0 -0
  28. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/Sources/SpeechMarkdown/SpeechMarkdown.swift +0 -0
  29. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/SpeechMarkdown.swift +0 -0
  30. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/bindings/swift/module.modulemap +0 -0
  31. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/build-swift-package.sh +0 -0
  32. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/build.rs +0 -0
  33. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/cbindgen.toml +0 -0
  34. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/ast.rs +0 -0
  35. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/capabilities.rs +0 -0
  36. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/error.rs +0 -0
  37. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/ffi.rs +0 -0
  38. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/base.rs +0 -0
  39. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/mod.rs +0 -0
  40. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/ssml/amazon_alexa.rs +0 -0
  41. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/ssml/base.rs +0 -0
  42. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/ssml/google_assistant.rs +0 -0
  43. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/ssml/microsoft_azure.rs +0 -0
  44. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/ssml/mod.rs +0 -0
  45. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/formatters/text.rs +0 -0
  46. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/grammar.pest +0 -0
  47. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/lib.rs +0 -0
  48. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/parser/mod.rs +0 -0
  49. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/parser/parser.rs +0 -0
  50. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/src/ssml_to_smd.rs +0 -0
  51. {speechmarkdown_rust-0.2.7 → speechmarkdown_rust-0.2.8}/tests/ffi_test.rs +0 -0
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "speechmarkdown-rust"
3
- version = "0.2.7"
3
+ version = "0.2.8"
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.7
3
+ Version: 0.2.8
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
@@ -10,8 +10,8 @@ let package = Package(
10
10
  targets: [
11
11
  .binaryTarget(
12
12
  name: "SpeechMarkdownRust",
13
- url: "https://github.com/AACTools/speechmarkdown-rust/releases/download/v0.2.6/SpeechMarkdownRust.xcframework.zip",
14
- checksum: "bce1b2f8de773404f2b7c8e32b5559b0386e8e827f774665024a674fdf31ed19"
13
+ url: "https://github.com/AACTools/speechmarkdown-rust/releases/download/v0.2.7/SpeechMarkdownRust.xcframework.zip",
14
+ checksum: "e91b0dba51b583e0ef61c17bff573ce0dd82a7557a7236dc70fcecb61485c4e2"
15
15
  ),
16
16
  .target(
17
17
  name: "CSpeechMarkdown",
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>SpeechMarkdown</id>
5
- <version>0.2.7</version>
5
+ <version>0.2.8</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.7"
212
+ version = "0.2.8"
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.7"
221
+ version = "0.2.8"
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.7"
3
+ version = "0.2.8"
4
4
  edition = "2021"
5
5
  readme = "README.md"
6
6
 
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "speechmarkdown-rust"
7
- version = "0.2.7"
7
+ version = "0.2.8"
8
8
  description = "SpeechMarkdown parser - convert SpeechMarkdown to SSML"
9
9
  readme = "README.md"
10
10