# 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 = "ssml-parser" version = "0.1.4" description = "A crate for parsing speech sythnesis markup language" readme = "README.md" keywords = [ "parser", "ssml", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/emotechlab/ssml-parser" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.68" optional = true [dependencies.derive_builder] version = "0.12.0" [dependencies.http] version = "0.2.9" [dependencies.indexmap] version = "1.9.2" [dependencies.lazy_static] version = "1.4" [dependencies.mediatype] version = "0.19.13" [dependencies.quick-xml] version = "0.27" [dependencies.regex] version = "1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.fake] version = "2.7.0" features = [ "derive", "http", ] [dev-dependencies.rand] version = "0.8.5" [features] async = ["async-trait"]